]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Bug #1083645
authorRaymond Hettinger <python@rcn.com>
Sat, 18 Dec 2004 19:22:18 +0000 (19:22 +0000)
committerRaymond Hettinger <python@rcn.com>
Sat, 18 Dec 2004 19:22:18 +0000 (19:22 +0000)
* The decimal module wouldn't run on builds without threads.

Misc/NEWS

index cca589a26e4f9c179991eb3282c5498d410f4bbd..706fd1faf9c987f580f1d347f315ae0105c2c748 100644 (file)
--- 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.