[Python-checkins] python/dist/src/Misc NEWS,1.955,1.956

perky at users.sourceforge.net perky at users.sourceforge.net
Sun Mar 21 14:34:33 EST 2004


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

Modified Files:
	NEWS 
Log Message:
Bug #920575: Add a workaround for GNU libc nl_langinfo()'s returning NULL.
(Reported by Matthias Klose)


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.955
retrieving revision 1.956
diff -C2 -d -r1.955 -r1.956
*** NEWS	21 Mar 2004 18:37:23 -0000	1.955
--- NEWS	21 Mar 2004 19:34:30 -0000	1.956
***************
*** 194,197 ****
--- 194,200 ----
  -----------------
  
+ - Bug #920575: A problem that _locale module segfaults on
+   nl_langinfo(ERA) caused by GNU libc's illegal NULL return is fixed.
+ 
  - array objects now support the copy module.  Also, their resizing
    scheme has been updated the same as for list objects.  The improves




More information about the Python-checkins mailing list