]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Mention improvement of detection of broken tzset() (patch #762934).
authorBrett Cannon <bcannon@gmail.com>
Fri, 19 Sep 2003 01:01:59 +0000 (01:01 +0000)
committerBrett Cannon <bcannon@gmail.com>
Fri, 19 Sep 2003 01:01:59 +0000 (01:01 +0000)
Misc/NEWS

index b25698c6fd7dc05701b88ccc612229ae880018e9..eaa9182ef445e6463437090f3721bf340e17db72 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -132,6 +132,8 @@ Tools/Demos
 Build
 -----
 
+- patch #762934: improve detection of broken implementations of tzset().
+
 - Patch #798202: detect redhat9 Tcl/Tk in configure script.
 
 C API