[Python-checkins] python/dist/src/Misc NEWS,1.831.4.96,1.831.4.97
bcannon at users.sourceforge.net
bcannon at users.sourceforge.net
Thu Mar 25 11:56:16 EST 2004
Update of /cvsroot/python/python/dist/src/Misc
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11663/Misc
Modified Files:
Tag: release23-maint
NEWS
Log Message:
Fixed a caching bug in platform.platform() where the argument of 'terse' was
not taken into consideration when caching value.
Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.831.4.96
retrieving revision 1.831.4.97
diff -C2 -d -r1.831.4.96 -r1.831.4.97
*** NEWS 21 Mar 2004 19:53:59 -0000 1.831.4.96
--- NEWS 25 Mar 2004 16:56:14 -0000 1.831.4.97
***************
*** 39,42 ****
--- 39,45 ----
-------
+ - Fixed a caching bug in platform.platform() where the argument of 'terse' was
+ not taken into consideration when caching value.
+
- Bug #920575: A problem that _locale module segfaults on
nl_langinfo(ERA) caused by GNU libc's illegal NULL return is fixed.
More information about the Python-checkins
mailing list