Skip to content

bpo-38870: Add docstring support to ast.unparse (GH-17760)#294

Merged
sthagen merged 1 commit intosthagen:masterfrom
python:master
Mar 2, 2020
Merged

bpo-38870: Add docstring support to ast.unparse (GH-17760)#294
sthagen merged 1 commit intosthagen:masterfrom
python:master

Conversation

@sthagen
Copy link
Copy Markdown
Owner

@sthagen sthagen commented Mar 2, 2020

Allow ast.unparse to detect docstrings in functions, modules and classes and produce
nicely formatted unparsed output for said docstrings.

Co-Authored-By: Pablo Galindo [email protected]

Allow ast.unparse to detect docstrings in functions, modules and classes and produce
nicely formatted unparsed output for said docstrings.

Co-Authored-By: Pablo Galindo <[email protected]>
@sthagen sthagen merged commit 1d2c059 into sthagen:master Mar 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants