]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Mangle __parameters in __annotations__ dict properly. Issue #20625.
authorYury Selivanov <yselivanov@sprymix.com>
Tue, 18 Feb 2014 17:49:41 +0000 (12:49 -0500)
committerYury Selivanov <yselivanov@sprymix.com>
Tue, 18 Feb 2014 17:49:41 +0000 (12:49 -0500)
commit026019f89bf6669593d458dfa3ad9fc7b8d78bc2
treea8d346de9c8006259fe7879d7c1b60aab62cca18
parentee227ae7cf1f88e865c168a8f13743e92ade1938
Mangle __parameters in __annotations__ dict properly. Issue #20625.
Doc/whatsnew/3.4.rst
Lib/test/test_grammar.py
Lib/test/test_inspect.py
Misc/NEWS
Python/compile.c