[Python-checkins] python/dist/src/Misc NEWS, 1.1193.2.18, 1.1193.2.19 ACKS, 1.289, 1.289.2.1

bcannon at users.sourceforge.net bcannon at users.sourceforge.net
Thu Feb 10 23:47:17 CET 2005


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

Modified Files:
      Tag: release24-maint
	NEWS ACKS 
Log Message:
Fix tzset() check to not require the existence of tm->tm_zone.  Also added more
sanity checks for tzname when HAVE_TZNAME is defined.

Closes bug #1096244.  Thanks Gregory Bond.


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.1193.2.18
retrieving revision 1.1193.2.19
diff -u -d -r1.1193.2.18 -r1.1193.2.19
--- NEWS	3 Feb 2005 15:00:18 -0000	1.1193.2.18
+++ NEWS	10 Feb 2005 22:47:08 -0000	1.1193.2.19
@@ -62,6 +62,12 @@
 
 - term.h is now properly detected again.
 
+- Check for tzset no longer dependent on tm->tm_zone to exist in the struct
+  (not required by either ISO C nor the UNIX 2 spec).
+  Tests for sanity in tzname when HAVE_TZNAME defined were also defined.
+  Closes bug #1096244.  Thanks Gregory Bond.
+
+
 Windows
 -------
 

Index: ACKS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/ACKS,v
retrieving revision 1.289
retrieving revision 1.289.2.1
diff -u -d -r1.289 -r1.289.2.1
--- ACKS	10 Nov 2004 13:13:05 -0000	1.289
+++ ACKS	10 Feb 2005 22:47:13 -0000	1.289.2.1
@@ -64,6 +64,7 @@
 Paul Boddie
 Matthew Boedicker
 David Bolen
+Gregory Bond
 Jurjen Bos
 Peter Bosch
 Eric Bouck



More information about the Python-checkins mailing list