]> granicus.if.org Git - python/commit
Added tests to ensure that list and dict "chunking" are actually
authorTim Peters <tim.peters@gmail.com>
Tue, 11 Feb 2003 16:40:16 +0000 (16:40 +0000)
committerTim Peters <tim.peters@gmail.com>
Tue, 11 Feb 2003 16:40:16 +0000 (16:40 +0000)
commit8d2613adbeba5b133fd1ca0f2fadf1f5e37342f1
treeab27fcfd888262e63614fa0e947d1833334eeb2e
parent726b238860d6ec09a9ad1ca227390dddfdc01047
Added tests to ensure that list and dict "chunking" are actually
getting done.  Since this isn't yet implemented in cPickle, the
new tests are in TempAbstractPickleTests (which cPickle doesn't
run).
Lib/test/pickletester.py