10000 gh-67790: Support basic formatting for Fraction by mdickinson · Pull Request #111320 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

gh-67790: Support basic formatting for Fraction #111320

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 15 commits into from
Dec 16, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add PR number
  • Loading branch information
mdickinson committed Oct 25, 2023
commit 51aa87e0a825b5d2cc011a3e51a955661cf724bc
2 changes: 1 addition & 1 deletion Doc/whatsnew/3.13.rst
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ fractions

* Objects of type :class:`fractions.Fraction` now support integer-style
formatting with the ``d`` presentation type. (Contributed by Mark Dickinson
in :gh:`?????`)
in :gh:`111320`)

io
--
Expand Down
0