New submission from STINNER Victor <[email protected]>:
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 <[email protected]> <https://bugs.python.org/issue37268> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
