Files
INTUIA/Programa final/Python-3.10.15/Lib/lib2to3/__init__.py
T

9 lines
163 B
Python
Raw Normal View History

2026-03-15 13:27:50 +00:00
import warnings
warnings.warn(
"lib2to3 package is deprecated and may not be able to parse Python 3.10+",
PendingDeprecationWarning,
stacklevel=2,
)