commit | cb9c5ba73673be215e10368d160c173788d58e15 | [log] [tgz] |
---|---|---|
author | Barry Warsaw <barry@python.org> | Fri Oct 07 15:14:53 2011 -0400 |
committer | Barry Warsaw <barry@python.org> | Fri Oct 07 15:14:53 2011 -0400 |
tree | 4bf7fbec3477de21b0b196c6b7af589b76d26142 | |
parent | dd07732af5793d7cd6fcd59c470f519709ff3eec [diff] [blame] |
- Re-enable lib2to3's test_parser.py tests, though with an expected failure (see issue 13125).
diff --git a/Misc/NEWS b/Misc/NEWS index c423f4d..15a281d 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -1382,6 +1382,9 @@ 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)