Files

9 lines
163 B
Python
Raw Permalink 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,
)