]> 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)
commit34ce99f66db84cabaaee04878e30aa8850518ce5
tree3af6ed3869a6324c7a5014eef17658f9b097dca5
parentb59e4425d5476117b77db6a6ee9561f56b8a252a
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