Skip to content

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

Merged
vstinner merged 1 commit intopython:3.8from
vstinner:array_doc
Dec 9, 2019
Merged

[3.8] bpo-38916: Document array.array deprecation#17523
vstinner merged 1 commit intopython:3.8from
vstinner:array_doc

Conversation

@vstinner
Copy link
Copy Markdown
Member

@vstinner 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.
@bedevere-bot bedevere-bot added docs Documentation in the Doc dir awaiting core review labels 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
Copy link
Copy Markdown
Member Author

vstinner commented Dec 9, 2019

cc @corona10

Copy link
Copy Markdown
Member

@corona10 corona10 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm
Thanks for the work @vstinner

@vstinner vstinner merged commit 0381ea7 into python:3.8 Dec 9, 2019
@vstinner vstinner deleted the array_doc branch December 9, 2019 13:46
@miss-islington
Copy link
Copy Markdown
Contributor

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

@miss-islington
Copy link
Copy Markdown
Contributor

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
Copy link
Copy Markdown
Contributor

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

@bedevere-bot
Copy link
Copy Markdown

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

miss-islington pushed 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 <[email protected]>
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 <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

docs Documentation in the Doc dir skip news

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants