Commit 3d9b984a authored by Raymond Hettinger's avatar Raymond Hettinger

The new default protocol is two.

parent 04acd73f
......@@ -75,7 +75,7 @@ class Shelf(collections.MutableMapping):
keyencoding="utf-8"):
self.dict = dict
if protocol is None:
protocol = 0
protocol = 2
self._protocol = protocol
self.writeback = writeback
self.cache = {}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment