]> granicus.if.org Git - python/commit
Issue #6218: Make io.BytesIO and io.StringIO picklable.
authorAlexandre Vassalotti <alexandre@peadrop.com>
Wed, 22 Jul 2009 03:24:36 +0000 (03:24 +0000)
committerAlexandre Vassalotti <alexandre@peadrop.com>
Wed, 22 Jul 2009 03:24:36 +0000 (03:24 +0000)
commitcf76e1ac927cdc14ee321a363e161be24bfff059
treed99bc3cf44f52bed75c23d18275c74e3fe38177e
parentd2bb18b28165ccc6e4678e8046abe6ea7c9677b3
Issue #6218: Make io.BytesIO and io.StringIO picklable.
Lib/_pyio.py
Lib/test/test_memoryio.py
Misc/NEWS
Modules/_io/bytesio.c
Modules/_io/stringio.c