[Python-checkins] python/dist/src/Misc NEWS,1.996,1.997

loewis at users.sourceforge.net loewis at users.sourceforge.net
Tue Jun 8 14:53:25 EDT 2004


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

Modified Files:
	NEWS 
Log Message:
Patch #774665: Make Python LC_NUMERIC agnostic.


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.996
retrieving revision 1.997
diff -C2 -d -r1.996 -r1.997
*** NEWS	8 Jun 2004 08:29:33 -0000	1.996
--- NEWS	8 Jun 2004 18:52:41 -0000	1.997
***************
*** 13,16 ****
--- 13,20 ----
  -----------------
  
+ - Python no longer relies on the LC_NUMERIC locale setting to be
+   the "C" locale; as a result, it no longer tries to prevent changing
+   the LC_NUMERIC category.
+ 
  - Bug #952807:  Unpickling pickled instances of subclasses of
    datetime.date, datetime.datetime and datetime.time could yield insane




More information about the Python-checkins mailing list