<< |  >>
#5310 Dodano: 13-09-2011 19:07. Głosów: 29
# I forget exactly why this is necessary:
try:
locale.setlocale(locale.LC_ALL, '')
except locale.Error:
pass # oh well

// https://bitbucket.org/pypy/pyrepl/src/183fb78bf113/pythoni#cl-23
<< |  >>