diff options
author | Robert Collins <rbtcollins@hp.com> | 2015-08-27 22:34:51 (GMT) |
---|---|---|
committer | Robert Collins <rbtcollins@hp.com> | 2015-08-27 22:34:51 (GMT) |
commit | ed599b7c84ee216866f4f8a69b5f25dbc5cb4618 (patch) | |
tree | ecdcb5c10d9e5b4d387dc354ddeed395653a2601 /Misc | |
parent | 5e580da0b6a75c3cafecb0306c3f166d1e5d3edc (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |