Tin mới
GitHub CopilotWrite better code with AI
GitHub Copilot appDirect agents from issue to merge
CodespacesInstant dev environments
Code ReviewManage code changes
Code QualityEnforce quality at merge
GitHub Advanced SecurityFind and fix vulnerabilities
Code securitySecure your code as you build
Secret protectionStop leaks before they start
GitHub SponsorsFund open source developers
Copilot for BusinessEnterprise-grade AI features
Premium SupportEnterprise-grade 24/7 support
Learn more about hiding disruptive comments
The reason will be displayed to describe this comment to others. Learn more.
github-actions Bot commented Jan 18, 2022
This PR is stale because it has been open for 30 days with no activity.
bpo-45995: add "z" format specifer to coerce negative 0 to zero
add test case for integer value with z option
fix Decimal when no precision is specified
fix comment typo Co-authored-by: Mark Dickinson <[email protected]>
PEP 682: Change status to Final python/peps#2513
string formatting: normalize negative zero #90153
"z" format specifier is treated differently in unicode and bytes #104018