• Guido van Rossum's avatar
    pickles(): · 89f7901c
    Guido van Rossum authored
    - 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).
    89f7901c
test_descr.py 63.5 KB