[issue24688] Fix ast.get_docstring to support 'async def' functions

2015-07-22 Thread Yury Selivanov
Yury Selivanov added the comment: Thank you, Benjamin. -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___

[issue24688] Fix ast.get_docstring to support 'async def' functions

2015-07-22 Thread Roundup Robot
Roundup Robot added the comment: New changeset ecb13b9c4cd0 by Yury Selivanov in branch '3.5': Issue #24688: ast.get_docstring() for 'async def' functions. https://hg.python.org/cpython/rev/ecb13b9c4cd0 New changeset 5c8c88973709 by Yury Selivanov in branch 'default': Merge 3.5 (Issue #24688) ht

[issue24688] Fix ast.get_docstring to support 'async def' functions

2015-07-22 Thread Benjamin Peterson
Benjamin Peterson added the comment: lgtm -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pytho

[issue24688] Fix ast.get_docstring to support 'async def' functions

2015-07-22 Thread Yury Selivanov
Changes by Yury Selivanov : Added file: http://bugs.python.org/file39987/ast.patch ___ Python tracker ___ ___ Python-bugs-list mailing list Un

[issue24688] Fix ast.get_docstring to support 'async def' functions

2015-07-22 Thread Yury Selivanov
Changes by Yury Selivanov : Removed file: http://bugs.python.org/file39986/compile.patch ___ Python tracker ___ ___ Python-bugs-list mailing l

[issue24688] Fix ast.get_docstring to support 'async def' functions

2015-07-22 Thread Yury Selivanov
New submission from Yury Selivanov: Please see the attached patch. -- components: Library (Lib) files: compile.patch keywords: patch messages: 247154 nosy: benjamin.peterson, georg.brandl, yselivanov priority: high severity: normal stage: patch review status: open title: Fix ast.get_docs