Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Doc tweaks.
  • Loading branch information
ZackerySpytz committed Apr 22, 2020
commit 04ad2c6bede84aa9218210d7a9bfa03c3087d4d6
5 changes: 4 additions & 1 deletion Doc/library/shelve.rst
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ lots of shared sub-objects. The keys are ordinary strings.
mutated).

.. versionchanged:: 3.9

:data:`pickle.DEFAULT_PROTOCOL` is now used as the default pickle
protocol.

Expand Down Expand Up @@ -137,6 +136,10 @@ Restrictions
.. versionchanged:: 3.4
Added context manager support.

.. versionchanged:: 3.9
:data:`pickle.DEFAULT_PROTOCOL` is now used as the default pickle
protocol.


.. class:: BsdDbShelf(dict, protocol=None, writeback=False, keyencoding='utf-8')

Expand Down