[Python-checkins] python/dist/src/Misc NEWS,1.497,1.498

gvanrossum@users.sourceforge.net gvanrossum@users.sourceforge.net
Fri, 11 Oct 2002 04:47:32 -0700


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

Modified Files:
	NEWS 
Log Message:
Back out news about SF patch 479898 -- it's withdrawn.


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.497
retrieving revision 1.498
diff -C2 -d -r1.497 -r1.498
*** NEWS	10 Oct 2002 14:36:13 -0000	1.497
--- NEWS	11 Oct 2002 11:47:28 -0000	1.498
***************
*** 67,76 ****
  -----------------
  
- - The repr() function for 8-bit strings now preserves all characters
-   that are considered printable in the current locale.  (Previously,
-   all bytes that are not printable ASCII would be encoded in hex.)
-   This requires the user to set the current locale; in the initial "C"
-   locale the old behavior is maintained.  [SF patch 479898]
- 
  - Unicode file name processing for Windows (PEP 277) is implemented.
    All platforms now have an os.path.supports_unicode_filenames attribute,
--- 67,70 ----