[Python-checkins] python/dist/src/Misc NEWS,1.831.4.95,1.831.4.96

perky at users.sourceforge.net perky at users.sourceforge.net
Sun Mar 21 14:54:02 EST 2004


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

Modified Files:
      Tag: release23-maint
	NEWS 
Log Message:
Backport checkin:
[Bug #920575] Add a workaround for GNU libc nl_langinfo()'s returning NULL.


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.831.4.95
retrieving revision 1.831.4.96
diff -C2 -d -r1.831.4.95 -r1.831.4.96
*** NEWS	20 Mar 2004 23:13:49 -0000	1.831.4.95
--- NEWS	21 Mar 2004 19:53:59 -0000	1.831.4.96
***************
*** 39,42 ****
--- 39,45 ----
  -------
  
+ - Bug #920575: A problem that _locale module segfaults on
+   nl_langinfo(ERA) caused by GNU libc's illegal NULL return is fixed.
+ 
  - Bug #883604: Fix Lib/test/test_strftime.py to escape characters from locale
    time values that might be mistaken as regex syntax.




More information about the Python-checkins mailing list