]> granicus.if.org Git - python/commit
Marc-Andre Lemburg <mal@lemburg.com>:
authorMarc-André Lemburg <mal@egenix.com>
Wed, 7 Jun 2000 09:12:09 +0000 (09:12 +0000)
committerMarc-André Lemburg <mal@egenix.com>
Wed, 7 Jun 2000 09:12:09 +0000 (09:12 +0000)
commit990bbe90d5537065d80dac3a1a4d44ee19ad8bdd
treea701d715a70abfabda264ba0dfb50c1635d65b2b
parent5431bc36026c9cd61046b65a0bd343f37f42c410
Marc-Andre Lemburg <mal@lemburg.com>:
Added support to set the default encoding of strings
at startup time to the values defined by the C locale.

The sys.setdefaultencoding() API is deleted after having
set up the encoding, so that user code cannot subsequentely
change the setting. This effectively means that only site.py
may alter the default setting.
Lib/site.py