• Marc-André Lemburg's avatar
    Marc-Andre Lemburg <mal@lemburg.com>: · 990bbe90
    Marc-André Lemburg yazdı
    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.
    990bbe90
site.py 5.21 KB