[3.7] bpo-33988: Use DeprecationWarning instead of PendingDeprecationWarning by tirkarthi · Pull Request #7985 · python/cpython
Navigation Menu
{{ message }}
- Notifications You must be signed in to change notification settings
- Fork 34.4k
Merged
vstinner merged 1 commit intopython:3.7from
Jul 5, 2018Merged
[3.7] bpo-33988: Use DeprecationWarning instead of PendingDeprecationWarning#7985
vstinner merged 1 commit intopython:3.7from
[3.7] bpo-33988: Use DeprecationWarning instead of PendingDeprecationWarning#7985
vstinner merged 1 commit intopython:3.7from
Conversation
Copy link Copy Markdown
Member
- Use DeprecationWarning instead of PendingDeprecationWarning in test_platform and test_ssl.
distandlinux_distributionwere removed along with tests in master (Python 3.8) as part of 8b94b41.
Since the changes are trivial I don't know if this requires a NEWS entry.
Thanks
the-knights-who-say-ni
added
the
CLA signed
label
bedevere-bot
added
the
awaiting review
label
vstinner
added
the
skip news
label
Copy link Copy Markdown
Member
vstinner
commented
Jul 5, 2018
vstinner commented
Jul 5, 2018I tested manually that this PR fixes "./python -Werror -m test -v test_platform" command on Python 3.7.
vstinner
merged commit
f5770f3
into
python:3.7
bedevere-bot
removed
the
awaiting review
label
Copy link Copy Markdown
Member Author
tirkarthi
commented
Jul 5, 2018
tirkarthi commented
Jul 5, 2018Thanks @vstinner
tirkarthi
deleted the
bpo33988-fix
branch
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment