summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBarry Warsaw <barry@python.org>2011-10-07 19:14:53 (GMT)
committerBarry Warsaw <barry@python.org>2011-10-07 19:14:53 (GMT)
commitcb9c5ba73673be215e10368d160c173788d58e15 (patch)
tree4bf7fbec3477de21b0b196c6b7af589b76d26142 /Misc
parentdd07732af5793d7cd6fcd59c470f519709ff3eec (diff)
downloadcpython-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/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index c423f4d..15a281d 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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)