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.

Author Tobotimus
Recipients Tobotimus
Date 2017-12-05.10:36:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1512470175.69.0.213398074469.issue32222@psf.upfronthosting.co.za>
In-reply-to
Content
### Expected Behaviour
When running pygettext with the -D CLI flag, all module, class, method and function docstrings should be extracted and outputted to the .pot file.

### Actual Behaviour
In the case of functions whose parameters have PEP 484 type annotations, their docstrings are not being extracted. I have attached two files, one .py file and its corresponding .pot file, as examples of this behaviour.
History
Date User Action Args
2017-12-05 10:36:15Tobotimussetrecipients: + Tobotimus
2017-12-05 10:36:15Tobotimussetmessageid: <1512470175.69.0.213398074469.issue32222@psf.upfronthosting.co.za>
2017-12-05 10:36:15Tobotimuslinkissue32222 messages
2017-12-05 10:36:15Tobotimuscreate