diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2016-04-26 06:30:44 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2016-04-26 06:30:44 (GMT) |
commit | b3b366d803207eb580a315a2b49733f100e92e89 (patch) | |
tree | e8949382f46c2f87806be576dc688561007c4129 /Misc | |
parent | a7c0ff2f0b3883109245d6be3083aeeee8c9749c (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |