]> granicus.if.org Git - python/commit
pickles():
authorGuido van Rossum <guido@python.org>
Tue, 2 Oct 2001 19:58:32 +0000 (19:58 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 2 Oct 2001 19:58:32 +0000 (19:58 +0000)
commitfe1fd0e6e9c1f253a6006ca52328d52146d89865
tree0a80d3d688be5779884bd07ee43be3389894e9c3
parentc907bd89de2af748dfe40d829477469de47c8ee1
pickles():

- The test for deepcopy() in pickles() was indented wrongly, so it got
  run twice (one for binary pickle mode, one for text pickle mode; but
  the test doesn't depend on the pickle mode).

- In verbose mode, show which subtest (pickle/cPickle/deepcopy, text/bin).
Lib/test/test_descr.py