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 terry.reedy
Recipients martin.panter, ncoghlan, nneonneo, python-dev, serhiy.storchaka, terry.reedy
Date 2016-12-19.18:13:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1482171214.01.0.565493463965.issue28927@psf.upfronthosting.co.za>
In-reply-to
Content
I think non-ASCII whitespace and digits are YAGNI until we are convinced otherwise by evidence from the field that people are routinely mixing other decimal digits with 'abcdef' as hex numerals.  Anyone who does try such a thing can write a wrapper that first translates to ascii digits.
History
Date User Action Args
2016-12-19 18:13:34terry.reedysetrecipients: + terry.reedy, ncoghlan, nneonneo, python-dev, martin.panter, serhiy.storchaka
2016-12-19 18:13:34terry.reedysetmessageid: <1482171214.01.0.565493463965.issue28927@psf.upfronthosting.co.za>
2016-12-19 18:13:33terry.reedylinkissue28927 messages
2016-12-19 18:13:33terry.reedycreate