[3.8] bpo-37330: open(): "U" mode is removed in Python 3.9 by vstinner · Pull Request #16972 · python/cpython

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Merged

vstinner merged 1 commit intopython: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 intopython:3.8from

vstinner:umode_doc38

Conversation

@vstinner

Copy link Copy Markdown

Member

@vstinner vstinner commented

Oct 28, 2019

edited by bedevere-bot

Loading

Update open() documentation.

https://bugs.python.org/issue37330

@bedevere-bot bedevere-bot added docs

Documentation in the Doc dir

awaiting core review labels

Oct 28, 2019

@vstinner vstinner 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.9

Oct 28, 2019

@vstinner vstinner merged commit 1d2862a into python:3.8

Oct 29, 2019

@vstinner vstinner deleted the umode_doc38 branch

October 29, 2019 09:32

@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 free to join this conversation on GitHub. Already have an account? Sign in to comment

Reviewers

1 more reviewer

@asottile asottile asottile approved these changes

Reviewers whose approvals may not affect merge requirements

Assignees

No one assigned

Labels

docs

Documentation in the Doc dir

skip news

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

5 participants

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