Skip to content
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
Update Misc/NEWS.d/next/Library/2023-02-10-11-59-13.gh-issue-101773.J…
…_kI7y.rst

Co-authored-by: Pieter Eendebak <pieter.eendebak@gmail.com>
  • Loading branch information
skirpichev and eendebakpt authored Feb 27, 2023
commit 4b4a386bbd8f69bc08d26433315eacbcd7094f52
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Optimize :class:`fractions.Fraction` for small components.
Optimize :class:`fractions.Fraction` for small components. The private argument `_normalize` of the `Fraction` constructor has been removed.