]> granicus.if.org Git - python/commit
Temporary hacks to arrange that the pickle tests relying on protocol 2
authorTim Peters <tim.peters@gmail.com>
Tue, 28 Jan 2003 22:34:11 +0000 (22:34 +0000)
committerTim Peters <tim.peters@gmail.com>
Tue, 28 Jan 2003 22:34:11 +0000 (22:34 +0000)
commit47a6b13988a71b0ac0d471168138e31144bf1a32
treee02c1e3a49e90dcae563253059f84481331acfed
parent4e2491dbb132ec6327c1d3327878ea69bc938c1b
Temporary hacks to arrange that the pickle tests relying on protocol 2
only get run by test_pickle.py now (& not by test_cpickle.py).  This
should be undone when protocol 2 is implemented in cPickle too.
test_cpickle should pass again.
Lib/test/pickletester.py
Lib/test/test_pickle.py