]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #4740: Use HIGHEST_PROTOCOL in pickle test.
authorHirokazu Yamamoto <ocean-city@m2.ccsnet.ne.jp>
Sat, 27 Dec 2008 04:19:48 +0000 (04:19 +0000)
committerHirokazu Yamamoto <ocean-city@m2.ccsnet.ne.jp>
Sat, 27 Dec 2008 04:19:48 +0000 (04:19 +0000)
commit0fc074758670e56bcc61123a641a345cbe1988e3
treea99483147f5392d1795c098e2444a2fa9df16f7b
parent1e551b47d368e3a84ec084c1082b74393a586303
Issue #4740: Use HIGHEST_PROTOCOL in pickle test.
(There is no behavior difference in 2.x because HIGHEST_PROTOCOL == 2)
Lib/test/test_array.py
Lib/test/test_deque.py
Lib/test/test_set.py