This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Fix ast.get_docstring to support 'async def' functions
Type: enhancement Stage: resolved
Components: Library (Lib) Versions: Python 3.6, Python 3.5
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: benjamin.peterson, georg.brandl, python-dev, yselivanov
Priority: high Keywords: patch

Created on 2015-07-22 22:13 by yselivanov, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
ast.patch yselivanov, 2015-07-22 22:15 review
Messages (4)
msg247154 - (view) Author: Yury Selivanov (yselivanov) * (Python committer) Date: 2015-07-22 22:13
Please see the attached patch.
msg247163 - (view) Author: Benjamin Peterson (benjamin.peterson) * (Python committer) Date: 2015-07-23 04:02
lgtm
msg247169 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2015-07-23 05:55
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)
https://hg.python.org/cpython/rev/5c8c88973709
msg247170 - (view) Author: Yury Selivanov (yselivanov) * (Python committer) Date: 2015-07-23 05:56
Thank you, Benjamin.
History
Date User Action Args
2022-04-11 14:58:19adminsetgithub: 68876
2015-07-23 05:56:13yselivanovsetstatus: open -> closed
resolution: fixed
messages: + msg247170

stage: patch review -> resolved
2015-07-23 05:55:34python-devsetnosy: + python-dev
messages: + msg247169
2015-07-23 04:02:30benjamin.petersonsetmessages: + msg247163
2015-07-22 22:15:26yselivanovsetfiles: + ast.patch
2015-07-22 22:15:14yselivanovsetfiles: - compile.patch
2015-07-22 22:13:43yselivanovcreate