Skip to content

[3.8] bpo-37330: open(): "U" mode is removed in Python 3.9 - #16972

Merged
vstinner merged 1 commit into
python:3.8from
vstinner:umode_doc38
Oct 29, 2019
Merged

[3.8] bpo-37330: open(): "U" mode is removed in Python 3.9#16972
vstinner merged 1 commit into
python:3.8from
vstinner:umode_doc38

Conversation

@vstinner

@vstinnervstinner commented Oct 28, 2019

Copy link
Copy Markdown
Member

Update open() documentation.

https://bugs.python.org/issue37330

@bedevere-botbedevere-bot added docs Documentation in the Doc dir awaiting core review labels Oct 28, 2019
@vstinnervstinner changed the title bpo-37330: open(): "U" mode is removed in Python 3.9[3.8] bpo-37330: open(): "U" mode is removed in Python 3.9Oct 28, 2019
@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-16982 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 Oct 29, 2019
Update open() documentation.
(cherry picked from commit 1d2862a)
Co-authored-by: Victor Stinner <vstinner@python.org>
miss-islington added a commit that referenced this pull request Oct 29, 2019
Update open() documentation.
(cherry picked from commit 1d2862a)
Co-authored-by: Victor Stinner <vstinner@python.org>
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

docsDocumentation in the Doc dirskip news

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants

@vstinner@miss-islington@bedevere-bot@asottile@the-knights-who-say-ni