]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix tzset() check to not require the existence of tm->tm_zone. Also added more
authorBrett Cannon <bcannon@gmail.com>
Thu, 10 Feb 2005 22:47:13 +0000 (22:47 +0000)
committerBrett Cannon <bcannon@gmail.com>
Thu, 10 Feb 2005 22:47:13 +0000 (22:47 +0000)
commitd7a6228af3f60bce7dc565bbf175ffe80fdb6506
tree078a2bf19938b46de193ea0aabf2cc32a2e9ebd6
parent89dbd9a0555a04623f641c7f3c567770508cf88f
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.
Misc/ACKS
Misc/NEWS
configure
configure.in