diff options
author | Yury Selivanov <yselivanov@sprymix.com> | 2014-02-18 17:49:41 (GMT) |
---|---|---|
committer | Yury Selivanov <yselivanov@sprymix.com> | 2014-02-18 17:49:41 (GMT) |
commit | 026019f89bf6669593d458dfa3ad9fc7b8d78bc2 (patch) | |
tree | a8d346de9c8006259fe7879d7c1b60aab62cca18 /Misc | |
parent | ee227ae7cf1f88e865c168a8f13743e92ade1938 (diff) | |
download | cpython-026019f89bf6669593d458dfa3ad9fc7b8d78bc2.zip cpython-026019f89bf6669593d458dfa3ad9fc7b8d78bc2.tar.gz cpython-026019f89bf6669593d458dfa3ad9fc7b8d78bc2.tar.bz2 |
Mangle __parameters in __annotations__ dict properly. Issue #20625.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -10,6 +10,9 @@ Release date: 2014-02-23 Core and Builtins ----------------- +- Issue #20625: Parameter names in __annotations__ were not mangled properly. + Discovered by Jonas Wielicki, patch by Yury Selivanov. + - Issue #20261: In pickle, lookup __getnewargs__ and __getnewargs_ex__ on the type of the object. |