]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #24688: ast.get_docstring() for 'async def' functions.
authorYury Selivanov <yselivanov@sprymix.com>
Thu, 23 Jul 2015 05:54:35 +0000 (08:54 +0300)
committerYury Selivanov <yselivanov@sprymix.com>
Thu, 23 Jul 2015 05:54:35 +0000 (08:54 +0300)
commit2f07a66dedb6f69cbe601f7ca2c3fca66898ffe3
tree6c8fc0a96b616e02eab21f54afc4ba3dc6741235
parent943ddac14227bf9cdd224903bc5f5696997a0129
Issue #24688: ast.get_docstring() for 'async def' functions.
Lib/ast.py
Lib/test/test_ast.py
Misc/NEWS