]> granicus.if.org Git - python/commit
Change Pickler._batch_appends() and Pickler._batch_setitems() to take
authorAlexandre Vassalotti <alexandre@peadrop.com>
Wed, 14 May 2008 21:57:18 +0000 (21:57 +0000)
committerAlexandre Vassalotti <alexandre@peadrop.com>
Wed, 14 May 2008 21:57:18 +0000 (21:57 +0000)
commitc7db1d68882bad3d54988f2b008c9844275b6cb4
tree28e0ba81c32ea93627851194bf09b35c661a7c42
parent46c6f94c447fdd167a0608fb5e5e209d0cc5e570
Change Pickler._batch_appends() and Pickler._batch_setitems() to take
an iterable object, instead of an iterator.
Lib/pickle.py