Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Datasets:
ZTWHHH
/
envs_2
like
0
Dataset card
Files
Files and versions
xet
Community
b3cf66e
envs_2
/
parrot
/
lib
/
python3.10
/
lib2to3
/
__init__.py
ZTWHHH
Add files using upload-large-folder tool
b119738
verified
11 months ago
raw
Copy download link
history
blame
163 Bytes
import
warnings
warnings.warn(
"lib2to3 package is deprecated and may not be able to parse Python 3.10+"
,
PendingDeprecationWarning,
stacklevel=
2
,
)