commit | bd1c68c94f0d5bc25b48f62c7527f51c754f2b6b | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Wed Oct 24 18:55:37 2007 +0000 |
committer | Georg Brandl <georg@python.org> | Wed Oct 24 18:55:37 2007 +0000 |
tree | a468fcccf4193f6d26ce71246e2596de6ffc9eec | |
parent | 97f9d4f31224e72e5c714ea7e509c4fd0044f0e2 [diff] [blame] |
Patch #1303: Adapt str8 constructor to bytes (now buffer) one.
diff --git a/Lib/pickletools.py b/Lib/pickletools.py index 6b0fca7..b1337c4 100644 --- a/Lib/pickletools.py +++ b/Lib/pickletools.py
@@ -1978,7 +1978,7 @@ _dis_test = r""" >>> import pickle ->>> x = [1, 2, (3, 4), {str8('abc'): "def"}] +>>> x = [1, 2, (3, 4), {str8(b'abc'): "def"}] >>> pkl = pickle.dumps(x, 0) >>> dis(pkl) 0: ( MARK