[Python-checkins] python/dist/src/Misc NEWS, 1.1239, 1.1240 ACKS, 1.293, 1.294

bcannon at users.sourceforge.net bcannon at users.sourceforge.net
Thu Feb 10 21:48:09 CET 2005


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

Modified Files:
	NEWS ACKS 
Log Message:
Modified test for tzset to not rely on tm->tm_zone's existence.  Also added
sanity checks on tzname if HAVE_TZNAME defined.

Closes bug #1096244.  Thanks Gregory Bond.


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.1239
retrieving revision 1.1240
diff -u -d -r1.1239 -r1.1240
--- NEWS	5 Feb 2005 01:31:19 -0000	1.1239
+++ NEWS	10 Feb 2005 20:47:44 -0000	1.1240
@@ -161,6 +161,11 @@
   ``-L/opt/local/lib`` for DarwinPorts) and CPPFLAGS (``-I/sw/include`` for
   Fink, ``-I/opt/local/include`` for DarwinPorts).
 
+- Test in configure.in that checks 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.
+
 
 C API
 -----

Index: ACKS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/ACKS,v
retrieving revision 1.293
retrieving revision 1.294
diff -u -d -r1.293 -r1.294
--- ACKS	5 Feb 2005 01:31:18 -0000	1.293
+++ ACKS	10 Feb 2005 20:48:03 -0000	1.294
@@ -66,6 +66,7 @@
 Paul Boddie
 Matthew Boedicker
 David Bolen
+Gregory Bond
 Jurjen Bos
 Peter Bosch
 Eric Bouck



More information about the Python-checkins mailing list