[Python-checkins] python/dist/src/Misc NEWS,1.1069,1.1070

perky at users.sourceforge.net perky at users.sourceforge.net
Wed Aug 4 19:40:41 CEST 2004


Update of /cvsroot/python/python/dist/src/Misc
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4256/Misc

Modified Files:
	NEWS 
Log Message:
Add a proper pointer to SF bug item.


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.1069
retrieving revision 1.1070
diff -C2 -d -r1.1069 -r1.1070
*** NEWS	4 Aug 2004 17:36:39 -0000	1.1069
--- NEWS	4 Aug 2004 17:40:38 -0000	1.1070
***************
*** 68,73 ****
    and str.is* methods can now work correctly with UTF-8 locales.
  
! - unicode.iswide() and unicode.width() is dropped and the East Asian
!   Width support is moved to unicodedata extension module.
  
  - Patch #941229: The source code encoding in interactive mode
--- 68,74 ----
    and str.is* methods can now work correctly with UTF-8 locales.
  
! - Bug #989185: unicode.iswide() and unicode.width() is dropped and
!   the East Asian Width support is moved to unicodedata extension
!   module.
  
  - Patch #941229: The source code encoding in interactive mode



More information about the Python-checkins mailing list