Skip to content
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

[3.8] bpo-38916: Document array.array deprecation #17523

Merged
merged 1 commit into from Dec 9, 2019
Merged

Conversation

@vstinner
Copy link
Member

vstinner commented Dec 9, 2019

array.array: Document that tostring() and fromstring() deprecated
aliases will be removed in Python 3.9.

https://bugs.python.org/issue38916

array.array: Document that tostring() and fromstring() deprecated
aliases will be removed in Python 3.9.
@vstinner vstinner added the skip news label Dec 9, 2019
@vstinner vstinner changed the title bpo-38916: Document array.array deprecation [3.8] bpo-38916: Document array.array deprecation Dec 9, 2019
@vstinner

This comment has been minimized.

Copy link
Member Author

vstinner commented Dec 9, 2019

cc @corona10

Copy link
Member

corona10 left a comment

lgtm
Thanks for the work @vstinner

@vstinner vstinner merged commit 0381ea7 into python:3.8 Dec 9, 2019
5 checks passed
5 checks passed
Azure Pipelines PR #20191209.13 succeeded
Details
bedevere/issue-number Issue number 38916 found
Details
bedevere/maintenance-branch-pr Valid maintenance branch PR title.
bedevere/news "skip news" label found
continuous-integration/travis-ci/pr The Travis CI build passed
Details
@vstinner vstinner deleted the vstinner:array_doc branch Dec 9, 2019
@miss-islington

This comment has been minimized.

Copy link

miss-islington commented Dec 9, 2019

Thanks @vstinner for the PR 🌮🎉.. I'm working now to backport this PR to: 3.7.
🐍🍒🤖

@miss-islington

This comment has been minimized.

Copy link

miss-islington commented Dec 9, 2019

I'm having trouble backporting to 3.7. Reason: 'Error 110 while writing to socket. Connection timed out.'. Please retry by removing and re-adding the needs backport to 3.7 label.

@miss-islington

This comment has been minimized.

Copy link

miss-islington commented Dec 9, 2019

Thanks @vstinner for the PR 🌮🎉.. I'm working now to backport this PR to: 3.7.
🐍🍒🤖

@bedevere-bot

This comment has been minimized.

Copy link

bedevere-bot commented Dec 9, 2019

GH-17525 is a backport of this pull request to the 3.7 branch.

miss-islington added a commit to miss-islington/cpython that referenced this pull request Dec 9, 2019
array.array: Document that tostring() and fromstring() deprecated
aliases will be removed in Python 3.9.
(cherry picked from commit 0381ea7)

Co-authored-by: Victor Stinner <vstinner@python.org>
miss-islington added a commit that referenced this pull request Dec 9, 2019
array.array: Document that tostring() and fromstring() deprecated
aliases will be removed in Python 3.9.
(cherry picked from commit 0381ea7)

Co-authored-by: Victor Stinner <vstinner@python.org>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
5 participants
You can’t perform that action at this time.