From: Raymond Hettinger Date: Sat, 18 Dec 2004 19:22:18 +0000 (+0000) Subject: Bug #1083645 X-Git-Tag: v2.4.1c1~150 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1c01c57399d6b5e111bb3b03365e5d43c7541553;p=thirdparty%2FPython%2Fcpython.git Bug #1083645 * The decimal module wouldn't run on builds without threads. --- diff --git a/Misc/NEWS b/Misc/NEWS index cca589a26e4f..706fd1faf9c9 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -19,6 +19,8 @@ Core and builtins Library ------- +- The decimal module wouldn't run on builds without threads (Bug #1083645). + - Bug #1086555: Fix leak in syslog module. - atexit.register no longer references the sys module before importing it.