[New-bugs-announce] [issue39279] Don't allow non-Ascii digits in platform.py

Ram Rachum report at bugs.python.org
Thu Jan 9 16:02:11 EST 2020


New submission from Ram Rachum <ram at rachum.com>:

The platform.py module takes non-Ascii digits in regexes in places it shouldn't. e.g. digits like ٢ and 5 and accepted, when only the Ascii digits between 0-9 should be accepted.

----------
components: Library (Lib)
messages: 359694
nosy: cool-RR
priority: normal
severity: normal
status: open
title: Don't allow non-Ascii digits in platform.py
type: behavior
versions: Python 3.9

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue39279>
_______________________________________


More information about the New-bugs-announce mailing list