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
Implement __format__ for Fraction #67790
Add '.f' formatting for Fraction objects
Add support for % and F format specifiers
Add support for 'e' presentation type
Add support for 'g' presentation type; tidy
There was an error while loading. Please reload this page.
Wordsmithing for consistency with other method definitions
Add link to the format specification mini-language
Fix: not true that thousands separators cannot have an effect for the…
bpo-67790: Add float-style formatting for Fraction objects mdickinson/cpython#1
Merge remote-tracking branch 'upstream/main' into fraction-format
Add testcases for no presentation type with an integral fraction
Rename the regex to allow for future API expansion
Fix incorrect acceptance of Z instead of z
Use consistent quote style in tests
gh-67790: Add integer-style formatting for fractions.Fraction mdickinson/cpython#2
Implement "__format__" for Fraction, following
Update python-quicktions to version 1.14 / rev 7 via SR 1073017
fix: support pytest on python 3.12 wrt Fraction formatting change
fix: support pytest on python 3.12 wrt Fraction formatting change hgrecco/pint#1821