From 1c01c57399d6b5e111bb3b03365e5d43c7541553 Mon Sep 17 00:00:00 2001 From: Raymond Hettinger Date: Sat, 18 Dec 2004 19:22:18 +0000 Subject: Bug #1083645 * The decimal module wouldn't run on builds without threads. --- Misc/NEWS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Misc/NEWS b/Misc/NEWS index cca589a..706fd1f 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. -- cgit v0.12