[Python-checkins] python/dist/src/Misc NEWS,1.586,1.586.2.1

jackjansen@users.sourceforge.net jackjansen@users.sourceforge.net
Tue, 07 Jan 2003 15:23:55 -0800


Update of /cvsroot/python/python/dist/src/Misc
In directory sc8-pr-cvs1:/tmp/cvs-serv32001

Modified Files:
      Tag: r23a1-branch
	NEWS 
Log Message:
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.

Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.586
retrieving revision 1.586.2.1
diff -C2 -d -r1.586 -r1.586.2.1
*** NEWS	31 Dec 2002 16:38:01 -0000	1.586
--- NEWS	7 Jan 2003 23:23:51 -0000	1.586.2.1
***************
*** 1066,1069 ****
--- 1066,1074 ----
  - 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?