This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author mark.dickinson
Recipients jyasskin, mark.dickinson
Date 2008-06-25.16:09:38
SpamBayes Score 0.00011873425
Marked as misclassified No
Message-id <1214410182.88.0.572723664496.issue3197@psf.upfronthosting.co.za>
In-reply-to
Content
Here's a proposed new draft of the fractions documentation for 2.6.  
Apart from wording changes, it:

 - removes documentation for __floor__, __ceil__ and __round__, since
   those no longer exist in 2.6

 - describes construction from a decimal string;  e.g. Fraction('1.23')

 - gives the acceptable string inputs using BNF rather than via a regex.

Jeffrey: does this look reasonable?
History
Date User Action Args
2008-06-25 16:09:43mark.dickinsonsetspambayes_score: 0.000118734 -> 0.00011873425
recipients: + mark.dickinson, jyasskin
2008-06-25 16:09:42mark.dickinsonsetspambayes_score: 0.000118734 -> 0.000118734
messageid: <1214410182.88.0.572723664496.issue3197@psf.upfronthosting.co.za>
2008-06-25 16:09:42mark.dickinsonlinkissue3197 messages
2008-06-25 16:09:41mark.dickinsoncreate