Skip to content

bpo-27923: Minor API improvements for binary sequences (PEP 467) #3237

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 3 commits into from

Conversation

elias6
Copy link
Contributor

@elias6 elias6 commented Aug 29, 2017

This is basically my original attempt to implement PEP 467, with some minor changes to make it work with Python 3.7.

https://bugs.python.org/issue27923

@mscuthbert
Copy link

Do 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.

@elias6
Copy link
Contributor Author

elias6 commented Jan 5, 2018

So... what else needs to be done for this change to be approved? Does someone need to merge it?

@methane methane added DO-NOT-MERGE type-feature A feature request or enhancement and removed awaiting review labels Nov 22, 2019
@github-actions
Copy link

This PR is stale because it has been open for 30 days with no activity.

@github-actions github-actions bot added the stale Stale PR or inactive for long period of time. label Feb 21, 2022
@erlend-aasland erlend-aasland added the pending The issue will be closed if no feedback is provided label Jul 24, 2022
@github-actions github-actions bot removed the stale Stale PR or inactive for long period of time. label Jul 29, 2022
@github-actions
Copy link

This PR is stale because it has been open for 30 days with no activity.

@github-actions github-actions bot added the stale Stale PR or inactive for long period of time. label Aug 30, 2022
@erlend-aasland
Copy link
Contributor

Closing this, as the linked issue has been closed.

@erlend-aasland erlend-aasland removed the pending The issue will be closed if no feedback is provided label Sep 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
DO-NOT-MERGE stale Stale PR or inactive for long period of time. type-feature A feature request or enhancement
7 participants
X