Lichen

Annotated tests/locale.py

720:d760a72fbd2e
2017-03-13 Paul Boddie Define invocation and assignment properties for single-attribute usage lookups.
paul@375 1
import locale
paul@375 2
paul@375 3
print locale.getlocale()
paul@375 4
print locale.initlocale()
paul@375 5
print locale.getlocale()
paul@375 6
print locale.setlocale(locale.LC_CTYPE, "en_GB.UTF-8")
paul@375 7
print locale.getlocale()