Skip to content
Closed
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
bpo-37836: detail in NEWS
Co-Authored-By: Ashwin Ramaswami <aramaswamis@gmail.com>
  • Loading branch information
jdemeyer and epicfaace authored Aug 26, 2019
commit d2303962827e32c201d5995d411b7c03fed1ab6f
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
When constructing a :class:`fractions.Fraction`, the given numerator and
denominator may now be any object with an ``as_integer_ratio`` method.
This allows for example passing floats for both the numerator and denominator.
This allows, for example, passing floats for both the numerator and denominator.