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

bpo-44522: Fix inaccurate information in open() function #27650

Merged
merged 2 commits into from
Aug 9, 2021

Conversation

dukecat0
Copy link
Contributor

@dukecat0 dukecat0 commented Aug 7, 2021

  • Use "Low surrogate code units" instead of "Unicode Private Use Area"

https://bugs.python.org/issue44522

- Use "Low surrogate code units" instead of "Unicode Private Use Area"
@bedevere-bot bedevere-bot added awaiting review docs Documentation in the Doc dir labels Aug 7, 2021
@ambv ambv added needs backport to 3.9 only security fixes needs backport to 3.10 only security fixes skip news labels Aug 7, 2021
@ambv ambv merged commit b05e9b6 into python:main Aug 9, 2021
@miss-islington
Copy link
Contributor

Thanks @meowmeowmeowcat for the PR, and @ambv for merging it 🌮🎉.. I'm working now to backport this PR to: 3.9, 3.10.
🐍🍒⛏🤖

@bedevere-bot
Copy link

GH-27681 is a backport of this pull request to the 3.10 branch.

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Aug 9, 2021
)

- Use "Low surrogate code units" instead of "Unicode Private Use Area"
(cherry picked from commit b05e9b6)

Co-authored-by: meowmeowmeowcat <meowmeowcat1211@gmail.com>
@bedevere-bot
Copy link

GH-27682 is a backport of this pull request to the 3.9 branch.

@bedevere-bot bedevere-bot removed the needs backport to 3.9 only security fixes label Aug 9, 2021
miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Aug 9, 2021
)

- Use "Low surrogate code units" instead of "Unicode Private Use Area"
(cherry picked from commit b05e9b6)

Co-authored-by: meowmeowmeowcat <meowmeowcat1211@gmail.com>
@dukecat0 dukecat0 deleted the patch-1 branch August 9, 2021 14:20
miss-islington added a commit that referenced this pull request Aug 9, 2021
- Use "Low surrogate code units" instead of "Unicode Private Use Area"
(cherry picked from commit b05e9b6)

Co-authored-by: meowmeowmeowcat <meowmeowcat1211@gmail.com>
ambv pushed a commit that referenced this pull request Aug 9, 2021
…H-27682)

- Use "Low surrogate code units" instead of "Unicode Private Use Area"
(cherry picked from commit b05e9b6)

Co-authored-by: meowmeowmeowcat <meowmeowcat1211@gmail.com>
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