mirror of
https://github.com/python/cpython.git
synced 2025-07-23 11:15:24 +00:00
bpo-40360: Deprecate lib2to3 module in light of PEP 617 (GH-19663)
Deprecate lib2to3 module in light of PEP 617. We anticipate removal in the 3.12 timeframe.
This commit is contained in:
parent
24ffe705c3
commit
503de7149d
4 changed files with 20 additions and 5 deletions
|
@ -17,6 +17,7 @@ class AllTest(unittest.TestCase):
|
|||
names = {}
|
||||
with support.check_warnings(
|
||||
(".* (module|package)", DeprecationWarning),
|
||||
(".* (module|package)", PendingDeprecationWarning),
|
||||
("", ResourceWarning),
|
||||
quiet=True):
|
||||
try:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue