]> granicus.if.org Git - python/commit
Issue 10326: TestCase instances can now be pickled (they store names of instance...
authorMichael Foord <fuzzyman@voidspace.org.uk>
Sat, 20 Nov 2010 15:34:26 +0000 (15:34 +0000)
committerMichael Foord <fuzzyman@voidspace.org.uk>
Sat, 20 Nov 2010 15:34:26 +0000 (15:34 +0000)
commit8ca6d9884bcbdd05fe270e75e10f51af614e22a2
treed6a9280c42e73fa1f344b415aacc759df3bae957
parente5db2636f3fedd772e55ce55e4cf820475f29fe3
Issue 10326: TestCase instances can now be pickled (they store names of instance methods instead of references to the instance methods themselves).
Lib/unittest/case.py
Lib/unittest/test/test_case.py
Misc/NEWS