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 facundobatista, gvanrossum, mark.dickinson, rhettinger
Date 2008-01-12.01:15:19
SpamBayes Score 0.10401026
Marked as misclassified No
Message-id <1200100522.47.0.860866216952.issue1780@psf.upfronthosting.co.za>
In-reply-to
Content
Here's a patch that alters the Decimal constructor to allow leading and 
trailing whitespace.

The Context.create_decimal method should now be a fully conforming 
implementation of to-number:  it doesn't accept any leading or trailing 
whitespace.
History
Date User Action Args
2008-01-12 01:15:22mark.dickinsonsetspambayes_score: 0.10401 -> 0.10401026
recipients: + mark.dickinson, gvanrossum, rhettinger, facundobatista
2008-01-12 01:15:22mark.dickinsonsetspambayes_score: 0.10401 -> 0.10401
messageid: <1200100522.47.0.860866216952.issue1780@psf.upfronthosting.co.za>
2008-01-12 01:15:21mark.dickinsonlinkissue1780 messages
2008-01-12 01:15:21mark.dickinsoncreate