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 hawkowl
Recipients eric.smith, hawkowl, mbussonn
Date 2019-05-14.20:26:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1557865599.78.0.829956720381.issue36911@roundup.psfhosted.org>
In-reply-to
Content
There's a difference between round-tripping back to the source text and correctly representing the text in the source, though.

Since I'm using this module to perform static analysis of a Python module to retrieve class/function definitions and their docstrings to create API documentation, the string being the same as what it is in the file is important to me.
History
Date User Action Args
2019-05-14 20:26:39hawkowlsetrecipients: + hawkowl, eric.smith, mbussonn
2019-05-14 20:26:39hawkowlsetmessageid: <1557865599.78.0.829956720381.issue36911@roundup.psfhosted.org>
2019-05-14 20:26:39hawkowllinkissue36911 messages
2019-05-14 20:26:39hawkowlcreate