bpo-27923: Minor API improvements for binary sequences (PEP 467) by elias6 · Pull Request #3237 · python/cpython
Navigation Menu
{{ message }}
- Notifications You must be signed in to change notification settings
- Fork 34.5k
Closed
bpo-27923: Minor API improvements for binary sequences (PEP 467)#3237
elias6 wants to merge 3 commits intopython:mainfrom
bpo-27923: Minor API improvements for binary sequences (PEP 467)#3237
elias6 wants to merge 3 commits intopython:mainfrom
Conversation
Copy link Copy Markdown
Contributor
This is basically my original attempt to implement PEP 467, with some minor changes to make it work with Python 3.7.
the-knights-who-say-ni
added
the
CLA signed
label
bedevere-bot
added
the
awaiting review
label
elias6 added 2 commits
August 29, 2017 11:51Copy link Copy Markdown
mscuthbert
commented
Sep 13, 2017
mscuthbert commented
Sep 13, 2017Do we generally put in a PendingDeprecationWarning when the alternative syntax is not available in still supported versions of Python or is going all the way to DeprecationWarning immediately the normal way of doing things? The new syntax is great, but I'd prefer not to need to do a version test/fork as long as <= Py3.6 is still supported by my modules and while PendingDeprecationWarnings are fine, I try not to have DeprecationWarnings in code I release.
Copy link Copy Markdown
Contributor Author
elias6
commented
Jan 5, 2018
elias6 commented
Jan 5, 2018So... what else needs to be done for this change to be approved? Does someone need to merge it?
methane
added
DO-NOT-MERGE
type-feature
and removed awaiting review labels
Nov 22, 2019Copy link Copy Markdown
github-actions
bot
commented
Feb 21, 2022
github-actions bot commented
Feb 21, 2022This PR is stale because it has been open for 30 days with no activity.
ezio-melotti
removed
the
CLA signed
label
elias6
mannequin
mentioned this pull request
erlend-aasland
added
the
pending
label
Jul 24, 2022
github-actions
bot
removed
the
stale
label
Jul 29, 2022Copy link Copy Markdown
github-actions
bot
commented
Aug 30, 2022
github-actions bot commented
Aug 30, 2022This PR is stale because it has been open for 30 days with no activity.
Copy link Copy Markdown
Contributor
erlend-aasland
commented
Sep 6, 2022
erlend-aasland commented
Sep 6, 2022Closing this, as the linked issue has been closed.
erlend-aasland
closed this
erlend-aasland
removed
the
pending
label
Sep 6, 2022This 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