[Python-checkins] python/dist/src/Misc NEWS,1.688,1.689

loewis@users.sourceforge.net loewis@users.sourceforge.net
Wed, 05 Mar 2003 07:14:16 -0800


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

Modified Files:
	NEWS 
Log Message:
Always initialize Py_FileSystemDefaultEncoding on Unix in Py_Initialize,
and not as a side effect of setlocale. Expose it as sys.getfilesystemencoding.
Adjust test case.


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.688
retrieving revision 1.689
diff -C2 -d -r1.688 -r1.689
*** NEWS	3 Mar 2003 21:16:38 -0000	1.688
--- NEWS	5 Mar 2003 15:13:42 -0000	1.689
***************
*** 13,16 ****
--- 13,18 ----
  -----------------
  
+ - sys.getfilesystemencoding() was added to expose
+   Py_FileSystemDefaultEncoding.
  
  - New function sys.exc_clear() clears the current exception.  This is