]> granicus.if.org Git - python/commit
bpo-37268: Add deprecation notice and a DeprecationWarning for the parser module...
authorPablo Galindo <Pablogsal@gmail.com>
Tue, 30 Jul 2019 11:04:01 +0000 (12:04 +0100)
committerMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 30 Jul 2019 11:04:01 +0000 (04:04 -0700)
commit9211e2fd81fe1db6f73ded70752b144cc9691ab6
tree7be7a7109e9e2ca793f8b0a26a7b7c2c350b9479
parentf35c51d2eadd297bcf06d4f7c536bd1d8682b724
bpo-37268: Add deprecation notice and a DeprecationWarning for the parser module (GH-15017)

Deprecate the parser module and add a deprecation warning triggered on import and a warning block in the documentation.

https://bugs.python.org/issue37268

Automerge-Triggered-By: @pablogsal
Doc/library/parser.rst
Doc/whatsnew/3.9.rst
Lib/test/test_parser.py
Misc/NEWS.d/next/Library/2019-07-30-01-27-29.bpo-37268.QDmA44.rst [new file with mode: 0644]
Modules/parsermodule.c