[New-bugs-announce] [issue37268] Deprecate the parser module

STINNER Victor report at bugs.python.org
Thu Jun 13 08:11:39 EDT 2019


New submission from STINNER Victor <vstinner at redhat.com>:

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".

----------
components: Library (Lib)
messages: 345504
nosy: vstinner
priority: normal
severity: normal
status: open
title: Deprecate the parser module
versions: Python 3.8

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue37268>
_______________________________________


More information about the New-bugs-announce mailing list