diff options
author | Barry Warsaw <barry@python.org> | 2011-10-07 19:14:53 (GMT) |
---|---|---|
committer | Barry Warsaw <barry@python.org> | 2011-10-07 19:14:53 (GMT) |
commit | cb9c5ba73673be215e10368d160c173788d58e15 (patch) | |
tree | 4bf7fbec3477de21b0b196c6b7af589b76d26142 /Misc | |
parent | dd07732af5793d7cd6fcd59c470f519709ff3eec (diff) | |
download | cpython-cb9c5ba73673be215e10368d160c173788d58e15.zip cpython-cb9c5ba73673be215e10368d160c173788d58e15.tar.gz cpython-cb9c5ba73673be215e10368d160c173788d58e15.tar.bz2 |
- Re-enable lib2to3's test_parser.py tests, though with an expected failure
(see issue 13125).
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1382,6 +1382,9 @@ Extension Modules Tests ----- +- Re-enable lib2to3's test_parser.py tests, though with an expected failure + (see issue 13125). + - Issue #12656: Add tests for IPv6 and Unix sockets to test_asyncore. - Issue #6484: Add unit tests for mailcap module (patch by Gregory Nofi) |