]> granicus.if.org Git - python/commit
Issue #20289: The copy module now uses pickle protocol 4 (PEP 3154) and
authorSerhiy Storchaka <storchaka@gmail.com>
Tue, 24 Mar 2015 16:06:42 +0000 (18:06 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Tue, 24 Mar 2015 16:06:42 +0000 (18:06 +0200)
commit32af7549a7cf8f112c44526a28afa6c99e67269c
tree0984789f4a78bf02a3ed3713dc115116bfe24e2b
parent944fbcc478e36523add77574e172caf518647c74
Issue #20289: The copy module now uses pickle protocol 4 (PEP 3154) and
supports copying of instances of classes whose __new__ method takes
keyword-only arguments.
Lib/copy.py
Lib/test/test_copy.py
Misc/NEWS