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

meowmeowmeowcat
Copy link
Contributor

@meowmeowmeowcat meowmeowmeowcat 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"
@ambv ambv merged commit b05e9b6 into python:main Aug 9, 2021
13 checks passed
@miss-islington
Copy link
Contributor

miss-islington commented Aug 9, 2021

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

bedevere-bot commented Aug 9, 2021

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

bedevere-bot commented Aug 9, 2021

GH-27682 is a backport of this pull request to the 3.9 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>
@meowmeowmeowcat meowmeowmeowcat deleted the patch-1 branch Aug 9, 2021
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.

None yet

5 participants