summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorRobert Collins <rbtcollins@hp.com>2015-08-27 22:34:51 (GMT)
committerRobert Collins <rbtcollins@hp.com>2015-08-27 22:34:51 (GMT)
commited599b7c84ee216866f4f8a69b5f25dbc5cb4618 (patch)
treeecdcb5c10d9e5b4d387dc354ddeed395653a2601 /Misc
parent5e580da0b6a75c3cafecb0306c3f166d1e5d3edc (diff)
downloadcpython-ed599b7c84ee216866f4f8a69b5f25dbc5cb4618.zip
cpython-ed599b7c84ee216866f4f8a69b5f25dbc5cb4618.tar.gz
cpython-ed599b7c84ee216866f4f8a69b5f25dbc5cb4618.tar.bz2
Issue #21112: Fix regression in unittest.expectedFailure on subclasses.
Patch from Berker Peksag.
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 f30b75b..b74b15c 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -75,6 +75,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.