summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMichael Foord <fuzzyman@voidspace.org.uk>2010-04-02 22:55:59 (GMT)
committerMichael Foord <fuzzyman@voidspace.org.uk>2010-04-02 22:55:59 (GMT)
commita04c7a0f169caf09b181df05836e4cf175f37dbe (patch)
treea28694f608093b47a974b249cbb9ee22f1522d8f /Misc
parent25d7976014bdf4a96fa242a3f86ff3ffe5a514eb (diff)
downloadcpython-a04c7a0f169caf09b181df05836e4cf175f37dbe.zip
cpython-a04c7a0f169caf09b181df05836e4cf175f37dbe.tar.gz
cpython-a04c7a0f169caf09b181df05836e4cf175f37dbe.tar.bz2
Issue #8038: Addition of unittest.TestCase.assertNotRegexpMatches
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 1c03baf..4003b99 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -148,6 +148,11 @@ Library
- Issue #8235: _socket: Add the constant ``SO_SETFIB``. SO_SETFIB is
a socket option available on FreeBSD 7.1 and newer.
+- Issue #8038: unittest.TestCase.assertNotRegexpMatches
+
+- Addition of -b command line option to unittest for buffering stdout / stderr
+ during test runs.
+
Extension Modules
-----------------