summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2016-04-26 06:31:11 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2016-04-26 06:31:11 (GMT)
commitcd9b5c2f4062860d614875e5943ce5e7fc9436ed (patch)
treebb21e78d3f91e57f34f8e10fcfdc2fef1a6334c1 /Misc
parent144da4ec850583c51e1c9cf55d8aaf20cdc7af5d (diff)
parentb3b366d803207eb580a315a2b49733f100e92e89 (diff)
downloadcpython-cd9b5c2f4062860d614875e5943ce5e7fc9436ed.zip
cpython-cd9b5c2f4062860d614875e5943ce5e7fc9436ed.tar.gz
cpython-cd9b5c2f4062860d614875e5943ce5e7fc9436ed.tar.bz2
Issue #26634: recursive_repr() now sets __qualname__ of wrapper.
Patch by Xiang Zhang.
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 7fd10e4..b6fb8f8 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -256,6 +256,9 @@ Core and Builtins
Library
-------
+- Issue #26634: recursive_repr() now sets __qualname__ of wrapper. Patch by
+ Xiang Zhang.
+
- Issue #26804: urllib.request will prefer lower_case proxy environment
variables over UPPER_CASE or Mixed_Case ones. Patch contributed by Hans-Peter
Jansen.