mirror of
https://github.com/python/cpython.git
synced 2025-08-02 16:13:13 +00:00
Whitespace normalization.
This commit is contained in:
parent
8d7626c23f
commit
a45cacfc1c
7 changed files with 17 additions and 17 deletions
|
@ -33,6 +33,6 @@ try:
|
|||
if nl_radixchar != li_radixchar:
|
||||
print "%r != %r" % (nl_radixchar, li_radixchar)
|
||||
if not saw_locale:
|
||||
raise ImportError, "None of the listed locales found"
|
||||
raise ImportError, "None of the listed locales found"
|
||||
finally:
|
||||
setlocale(LC_NUMERIC, oldlocale)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue