summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2016-04-26 06:30:44 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2016-04-26 06:30:44 (GMT)
commitb3b366d803207eb580a315a2b49733f100e92e89 (patch)
treee8949382f46c2f87806be576dc688561007c4129 /Misc
parenta7c0ff2f0b3883109245d6be3083aeeee8c9749c (diff)
downloadcpython-b3b366d803207eb580a315a2b49733f100e92e89.zip
cpython-b3b366d803207eb580a315a2b49733f100e92e89.tar.gz
cpython-b3b366d803207eb580a315a2b49733f100e92e89.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 6e9ed10..e887e90 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -107,6 +107,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.