[issue37268] Deprecate the parser module

2019-08-08 Thread miss-islington
miss-islington added the comment: New changeset 10a0a093231ea82a3bfd33fd63322aebd8406866 by Miss Islington (bot) (Zackery Spytz) in branch 'master': bpo-37268: test_parser fails when run with -Werror (GH-15183) https://github.com/python/cpython/commit/10a0a093231ea82a3bfd33fd63322aebd8406866

[issue37268] Deprecate the parser module

2019-08-08 Thread Zackery Spytz
Change by Zackery Spytz : -- pull_requests: +14915 pull_request: https://github.com/python/cpython/pull/15183 ___ Python tracker ___

[issue37268] Deprecate the parser module

2019-07-30 Thread Pablo Galindo Salgado
Change by Pablo Galindo Salgado : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___

[issue37268] Deprecate the parser module

2019-07-30 Thread miss-islington
miss-islington added the comment: New changeset 9211e2fd81fe1db6f73ded70752b144cc9691ab6 by Miss Islington (bot) (Pablo Galindo) in branch 'master': bpo-37268: Add deprecation notice and a DeprecationWarning for the parser module (GH-15017)

[issue37268] Deprecate the parser module

2019-07-29 Thread Pablo Galindo Salgado
Pablo Galindo Salgado added the comment: > Any update on deprecating the parser module? Wish granted: PR 15017 -- ___ Python tracker ___

[issue37268] Deprecate the parser module

2019-07-29 Thread Pablo Galindo Salgado
Change by Pablo Galindo Salgado : -- keywords: +patch pull_requests: +14780 stage: -> patch review pull_request: https://github.com/python/cpython/pull/15017 ___ Python tracker

[issue37268] Deprecate the parser module

2019-07-29 Thread STINNER Victor
STINNER Victor added the comment: > Yep, will make a PR soon. Any update on deprecating the parser module? -- ___ Python tracker ___

[issue37268] Deprecate the parser module

2019-06-13 Thread Pablo Galindo Salgado
Pablo Galindo Salgado added the comment: Yep, will make a PR soon. -- ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue37268] Deprecate the parser module

2019-06-13 Thread STINNER Victor
STINNER Victor added the comment: Pablo: Are you interested to implement this change? -- nosy: +pablogsal ___ Python tracker ___

[issue37268] Deprecate the parser module

2019-06-13 Thread STINNER Victor
STINNER Victor added the comment: I searched for "import parser" in GitHub code search, but I failed to find any project using the Python stdlib parser module. I only found copies of the CPython code source which has on "import parser" in Lib/test/test_parser.py. --

[issue37268] Deprecate the parser module

2019-06-13 Thread STINNER Victor
New submission from STINNER Victor : 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