Martin Panter added the comment:

The regular expression r"\d" matches any digit in Unicode I think, not just 
ASCII digits 0-9. Perhaps we should limit it to ASCII digits. Or is it intended 
to allow non-ASCII digits like in "२०१६-०२-१६ ०१:२१:१४"?

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue15873>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to