Eryk Sun <eryk...@gmail.com> added the comment:

The Windows command line often has inconsistently localized strings. In this 
case it's from the ulib.dll utility library. For German, message 0x7692 in 
"de-DE\ulib.dll.mui" is "Aktive Codepage: %1.\r\n", which has a period after 
the %1 insert. In the English UI it's "Active code page: %1\r\n", with no 
period. I commented on the PR that we could work around this by adding "." to 
the list of token delimiters (delims).

----------
nosy: +eryksun

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

Reply via email to