[issue5812] Fraction('1e6') should be valid.

Mark Dickinson report at bugs.python.org
Wed Apr 22 22:57:26 CEST 2009


Mark Dickinson <dickinsm at gmail.com> added the comment:

Here's a patch for making Fraction(3, Fraction(4, 5)) valid.
It's against the trunk.

----------
stage: needs patch -> patch review
Added file: http://bugs.python.org/file13739/fraction_of_fractions.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue5812>
_______________________________________


More information about the Python-bugs-list mailing list