From: Brett Cannon Date: Fri, 19 Sep 2003 01:01:59 +0000 (+0000) Subject: Mention improvement of detection of broken tzset() (patch #762934). X-Git-Tag: v2.3.1~40 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b4bab91fd658160827f05c9ed93541e2a148f099;p=thirdparty%2FPython%2Fcpython.git Mention improvement of detection of broken tzset() (patch #762934). --- diff --git a/Misc/NEWS b/Misc/NEWS index b25698c6fd7d..eaa9182ef445 100644 --- 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