Home | History | Annotate | Download | only in python2.7

Lines Matching defs:_locale

29 # Try importing the _locale module.
43 from _locale import *
88 raise Error, '_locale emulation only supports "C" locale'
486 # check if it's supported by the _locale module
487 import _locale
488 code, encoding = _locale._getdefaultlocale()
563 import _locale
564 return _locale._getdefaultlocale()[1]