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 vstinner
Recipients vstinner
Date 2019-06-13.12:11:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1560427899.74.0.436857498848.issue37268@roundup.psfhosted.org>
In-reply-to
Content
The parser module should be deprecated as soon as possible according to Pablo Galindo Salgo and Guido van Rossum:
* https://mail.python.org/pipermail/python-dev/2019-May/157464.html
* https://bugs.python.org/issue37253#msg345398

I propose to deprecate it in Python 3.8: add a note in the documentation and emit a DeprecationWarning on "import parser".
History
Date User Action Args
2019-06-13 12:11:39vstinnersetrecipients: + vstinner
2019-06-13 12:11:39vstinnersetmessageid: <1560427899.74.0.436857498848.issue37268@roundup.psfhosted.org>
2019-06-13 12:11:39vstinnerlinkissue37268 messages
2019-06-13 12:11:39vstinnercreate