]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #17299: Add test coverage for cPickle with file objects and general IO
authorSerhiy Storchaka <storchaka@gmail.com>
Thu, 14 Mar 2013 18:59:09 +0000 (20:59 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Thu, 14 Mar 2013 18:59:09 +0000 (20:59 +0200)
commit2556c8388c950cd5d41d57251c1471c7bed3bb4b
treef5a898311647b3f398f8303bb44f5a022086470d
parent69c66f9a431e32df9e713eee1021ef1954a9be60
Issue #17299: Add test coverage for cPickle with file objects and general IO
objects.  Original patch by Aman Shah.
Lib/test/test_cpickle.py
Misc/ACKS
Misc/NEWS