bpo-43844: Fix PendingDeprecationWarning in test_lib2to3 by vstinner · Pull Request #25407 · python/cpython
-
-
Notifications
You must be signed in to change notification settings - Fork 34.7k
Merged
Conversation
Member
vstinner
added
the
skip news
label
the-knights-who-say-ni
added
the
CLA signed
label
vstinner
commented
Apr 14, 2021
vstinner commented
Member Author
cc @tirkarthi
vstinner
commented
| env=sub_env) | ||
| """ % (grammar_sub_copy,) | ||
| msg = ("lib2to3 package is deprecated and may not be able " | ||
| "to parse Python 3.10+") |
Member Author
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In PR #25406, I added distutils._DEPRECATION_MESSAGE constant to avoid copying the error message. Is it worth it?
vstinner
merged commit
471870f
into
python:master
bedevere-bot
removed
the
awaiting core review
label
vstinner
deleted the
lib2to3_warn
branch
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment