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 belopolsky, eric.araujo, eric.smith, ezio.melotti, lemburg, mark.dickinson, skrah, vstinner
Date 2011-05-14.15:52:12
SpamBayes Score 4.8063845e-05
Marked as misclassified No
Message-id <1305388332.89.0.401981835893.issue10581@psf.upfronthosting.co.za>
In-reply-to
Content
> I find it convenient to use int(), float() etc. for data validation.

Me too.  This is why I'd still be happiest with int and float not accepting non-ASCII digits at all.  (And also why the recent suggestions to allow extra underscores in int and float input make me uneasy.)
History
Date User Action Args
2011-05-14 15:52:13mark.dickinsonsetrecipients: + mark.dickinson, lemburg, belopolsky, vstinner, eric.smith, ezio.melotti, eric.araujo, skrah
2011-05-14 15:52:12mark.dickinsonsetmessageid: <1305388332.89.0.401981835893.issue10581@psf.upfronthosting.co.za>
2011-05-14 15:52:12mark.dickinsonlinkissue10581 messages
2011-05-14 15:52:12mark.dickinsoncreate