bpo-28307: Tests and fixes for optimization of C-style formatting by serhiy-storchaka · Pull Request #26318 · python/cpython · GitHub
Skip to content

bpo-28307: Tests and fixes for optimization of C-style formatting#26318

Merged
serhiy-storchaka merged 1 commit into
python:mainfrom
serhiy-storchaka:fix-optimized-c-formatting
May 23, 2021
Merged

bpo-28307: Tests and fixes for optimization of C-style formatting#26318
serhiy-storchaka merged 1 commit into
python:mainfrom
serhiy-storchaka:fix-optimized-c-formatting

Conversation

@serhiy-storchaka

@serhiy-storchaka serhiy-storchaka commented May 23, 2021

Copy link
Copy Markdown
Member

Fix errors:

  • "%10.s" should be equal to "%10.0s", not "%10s".
  • Tuples with starred expressions caused a SyntaxError.

https://bugs.python.org/issue28307

@serhiy-storchaka serhiy-storchaka added the type-bug An unexpected behavior, bug, or error label May 23, 2021
@serhiy-storchaka serhiy-storchaka merged commit 8b01067 into python:main May 23, 2021
@serhiy-storchaka serhiy-storchaka deleted the fix-optimized-c-formatting branch May 23, 2021 16:06
@bedevere-bot

bedevere-bot commented May 23, 2021

Copy link
Copy Markdown

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

skip news type-bug An unexpected behavior, bug, or error

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants