summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorRobert Collins <rbtcollins@hp.com>2015-08-27 22:35:14 (GMT)
committerRobert Collins <rbtcollins@hp.com>2015-08-27 22:35:14 (GMT)
commit079fc7faff3cee1c68aee3ce0ca2c4ee18b72aab (patch)
treeb783d684fd15a3cf643244321fe14b1978b704aa /Misc/NEWS
parentdcc47c6064cfa7b44a13853f14e4819185c8f2a2 (diff)
parented599b7c84ee216866f4f8a69b5f25dbc5cb4618 (diff)
downloadcpython-079fc7faff3cee1c68aee3ce0ca2c4ee18b72aab.zip
cpython-079fc7faff3cee1c68aee3ce0ca2c4ee18b72aab.tar.gz
cpython-079fc7faff3cee1c68aee3ce0ca2c4ee18b72aab.tar.bz2
Issue #21112: Fix regression in unittest.expectedFailure on subclasses.
Patch from Berker Peksag.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 64aa0e1..55a7e72 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -14,6 +14,9 @@ Core and Builtins
Library
-------
+- Issue #21112: Fix regression in unittest.expectedFailure on subclasses.
+ Patch from Berker Peksag.
+
- Issue #24764: cgi.FieldStorage.read_multi() now ignores the Content-Length
header in part headers. Patch written by Peter Landry and reviewed by Pierre
Quentel.