[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


--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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)
https://github.com/python/cpython/commit/9211e2fd81fe1db6f73ded70752b144cc9691ab6


--
nosy: +miss-islington

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



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

--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 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 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com