diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2008-03-08 11:24:24 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2008-03-08 11:24:24 (GMT) |
commit | 071ef771dc61b3b354a16d15ad8c6bbab130f96f (patch) | |
tree | cf8c7c59c1608d85e34f6cd98cd76482ea7f114f /Misc | |
parent | ce7a112898e53f7cda6845122277271c62029ef6 (diff) | |
download | cpython-071ef771dc61b3b354a16d15ad8c6bbab130f96f.zip cpython-071ef771dc61b3b354a16d15ad8c6bbab130f96f.tar.gz cpython-071ef771dc61b3b354a16d15ad8c6bbab130f96f.tar.bz2 |
Default to ASCII as the locale.getpreferredencoding, if the POSIX
system doesn't support CODESET and LANG isn't set or doesn't
allow deduction of an encoding.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -14,6 +14,13 @@ Extension Modules - Use wchar_t functions in _locale module. +Library +------- + +- Default to ASCII as the locale.getpreferredencoding, if the POSIX + system doesn't support CODESET and LANG isn't set or doesn't + allow deduction of an encoding. + What's New in Python 3.0a3? =========================== |