Changes between Initial Version and Version 1 of Ticket #15828, comment 10
- Timestamp:
- Jan 27, 2012, 4:23:19 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #15828, comment 10
initial v1 1 After scratching my head a lot on this problem, I'm just going to remove backport http://hg.python.org/unittest2/rev/3d33f92496fa. 1 After scratching my head a lot on this problem, I'm just going to backport http://hg.python.org/unittest2/rev/3d33f92496fa. 2 3 Since we don't copy unittest2's own tests, I will only backport the fix, not the related test. 2 4 3 5 The bug will still be present for users of Python 2.7.2 until it's fixed in Python, but there isn't anything we can do about this. They have the option to install an hg checkout unittest2 to get a patched version.