From 4c1b9a4d72cfa56db78716a6682e1d6bacea2f3f Mon Sep 17 00:00:00 2001 From: Mark Dickinson Date: Wed, 22 Apr 2009 17:51:31 +0000 Subject: [PATCH] Blocked revisions 71806 via svnmerge ........ r71806 | mark.dickinson | 2009-04-22 18:50:21 +0100 (Wed, 22 Apr 2009) | 4 lines Issue #5812: Make Fraction('1e6') valid. The Fraction constructor now accepts all strings accepted by the float and Decimal constructors, with the exception of strings representing NaNs or infinities. ........ -- 2.47.3