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 gvanrossum
Recipients facundobatista, gvanrossum, mark.dickinson, rhettinger
Date 2008-01-11.17:30:31
SpamBayes Score 0.10665639
Marked as misclassified No
Message-id <1200072632.38.0.740292085853.issue1780@psf.upfronthosting.co.za>
In-reply-to
Content
> Do you want to be able to do Decimal("3 ") but not Decimal("3\n")?

I want either both or none, with a slight preference for both but only
if it can be done without breaking the spec.

The status quo is that "3 " is refused but "3\n" is accepted; that seems
wrong.
History
Date User Action Args
2008-01-11 17:30:32gvanrossumsetspambayes_score: 0.106656 -> 0.10665639
recipients: + gvanrossum, rhettinger, facundobatista, mark.dickinson
2008-01-11 17:30:32gvanrossumsetspambayes_score: 0.106656 -> 0.106656
messageid: <1200072632.38.0.740292085853.issue1780@psf.upfronthosting.co.za>
2008-01-11 17:30:31gvanrossumlinkissue1780 messages
2008-01-11 17:30:31gvanrossumcreate