]> granicus.if.org Git - python/commitdiff
Made "ascii" the default encoding for MacPython, as suggested by MvL, and ripped...
authorJack Jansen <jack.jansen@cwi.nl>
Wed, 8 Jan 2003 16:29:17 +0000 (16:29 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Wed, 8 Jan 2003 16:29:17 +0000 (16:29 +0000)
Misc/NEWS

index fe748a4bcc3873b27523231301bbb8c4eac2b007..b55f8da2552994ef16f3e7f4aba38d96be41dc05 100644 (file)
--- 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?
 ===============================