diff options
author | Victor Stinner <victor.stinner@haypocalc.com> | 2010-10-13 22:15:06 (GMT) |
---|---|---|
committer | Victor Stinner <victor.stinner@haypocalc.com> | 2010-10-13 22:15:06 (GMT) |
commit | 90bbaa57f92c48d33a4438f22899847915fb5f56 (patch) | |
tree | d411404e57c891facb06ccddbf4142cb886bd73c /Misc/NEWS | |
parent | eb1410fc40e07d71c51b781ea2436f9e5ad90178 (diff) | |
download | cpython-90bbaa57f92c48d33a4438f22899847915fb5f56.zip cpython-90bbaa57f92c48d33a4438f22899847915fb5f56.tar.gz cpython-90bbaa57f92c48d33a4438f22899847915fb5f56.tar.bz2 |
Issue #9992: On Mac OS X, decode command line arguments from utf-8 instead of
the locale encoding.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -10,6 +10,9 @@ What's New in Python 3.2 Beta 1? Core and Builtins ----------------- +- Issue #9992: On Mac OS X, decode command line arguments from utf-8 instead of + the locale encoding. + - Issue #9992: Remove PYTHONFSENCODING environment variable. Library |