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