FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

gh-95504: Fix negative numbers in PyUnicode_FromFormat by encukou · Pull Request #95848 · python/cpython · GitHub

/ cpython Public

gh-95504: Fix negative numbers in PyUnicode_FromFormat - #95848

Merged
encukou merged 3 commits into
python:mainfrom
encukou:unicode-from-format-negative
Aug 10, 2022
Merged

gh-95504: Fix negative numbers in PyUnicode_FromFormat#95848
encukou merged 3 commits into
python:mainfrom
encukou:unicode-from-format-negative

Conversation

encukou commented Aug 10, 2022
edited by bedevere-bot
Loading

Copy link
Copy Markdown
Member

This is the non-refactoring part of #95505.

(Plus the ACKS fixup I forgot to include in #95819 😅)

philg314 left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

There are some minor adjustment to the news entries based on the news entries for the %% changes but other than that everything is in order. Thank you!

Comment thread Doc/whatsnew/3.12.rst Outdated
encukou and others added 2 commits August 10, 2022 11:04
Co-authored-by: philg314 <110174000+philg314@users.noreply.github.com>
encukou merged commit 71c3d64 into python:main Aug 10, 2022
encukou deleted the unicode-from-format-negative branch August 10, 2022 11:12
Comment thread Doc/whatsnew/3.12.rst Outdated
copied as-is to the result string, and any extra arguments discarded.
(Contributed by Serhiy Storchaka in :gh:`95781`.)

* Fixed wrong sign placement in :c:func:`PyUnicode_FromFormat` and

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

Sorry!

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

Oh, no problem! I'm just not a fan of the nitpycky tests :)

This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants


Back | FazBrowse Home | New Git URL