summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJack Jansen <jack.jansen@cwi.nl>2003-01-08 16:29:17 (GMT)
committerJack Jansen <jack.jansen@cwi.nl>2003-01-08 16:29:17 (GMT)
commit05d284b7aad784b61a658ee8b9a53b058380518c (patch)
tree912d42c41bb40d72307d08c1b5eec6ecff5e48cb
parentb8941f2dbe73803ce75134ebd039c1f94b61b0c0 (diff)
downloadcpython-05d284b7aad784b61a658ee8b9a53b058380518c.zip
cpython-05d284b7aad784b61a658ee8b9a53b058380518c.tar.gz
cpython-05d284b7aad784b61a658ee8b9a53b058380518c.tar.bz2
Made "ascii" the default encoding for MacPython, as suggested by MvL, and ripped out my previous changes to test_unicode. Doing this for 2.3a1 should give people enough time to complain, if they want to, and then we can see whether we want to do anything about it.
-rw-r--r--Misc/NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index fe748a4..b55f8da 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -1202,6 +1202,11 @@ Mac
- MacPython no longer maps both \r and \n to \n on input for any text file.
This feature has been replaced by universal newline support (PEP278).
+
+- The default encoding for Python sourcefiles in MacPython-OS9 is no longer
+ mac-roman (or whatever your local Mac encoding was but "ascii", like on
+ other platforms. If you really need sourcefiles with Mac characters in them
+ you can change this in site.py.
What's New in Python 2.2 final?
===============================