mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
bpo-40360: Deprecate the lib2to3 package (GH-28116)
This commit is contained in:
parent
679cb4781e
commit
d589a7e7eb
4 changed files with 8 additions and 2 deletions
|
@ -3,6 +3,6 @@ import warnings
|
|||
|
||||
warnings.warn(
|
||||
"lib2to3 package is deprecated and may not be able to parse Python 3.10+",
|
||||
PendingDeprecationWarning,
|
||||
DeprecationWarning,
|
||||
stacklevel=2,
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue