[proxy] web.archive.org← back | site home | direct (HTTPS) ↗ | proxy home | ◑ dark◐ light

[3.7] bpo-33954: Fix _PyUnicode_InsertThousandsGrouping() (GH-10623) by vstinner · Pull Request #10718 · python/cpython

vstinner

bpo-33954: Fix _PyUnicode_InsertThousandsGrouping() (GH-10623)

Fix str.format(), float.__format__() and complex.__format__() methods
for non-ASCII decimal point when using the "n" formatter.

Rewrite _PyUnicode_InsertThousandsGrouping(): it now requires
a _PyUnicodeWriter object for the buffer and a Python str object
for digits.

(cherry picked from commit 59423e3)

referenced this pull request

Nov 26, 2018

Closed

Azure Pipelines PR #20181126.18 failed

Details

bedevere/issue-number Issue number 33954 found

Details

bedevere/maintenance-branch-pr Valid maintenance branch PR title.

bedevere/news News entry found in Misc/NEWS.d

continuous-integration/appveyor/pr AppVeyor build succeeded

Details

continuous-integration/travis-ci/pr The Travis CI build passed

Details

vstinner added a commit to vstinner/cpython that referenced this pull request

Nov 26, 2018

vstinner added a commit that referenced this pull request

Nov 26, 2018