summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorHirokazu Yamamoto <ocean-city@m2.ccsnet.ne.jp>2008-09-09 17:55:11 (GMT)
committerHirokazu Yamamoto <ocean-city@m2.ccsnet.ne.jp>2008-09-09 17:55:11 (GMT)
commit54a1cc68a1e9eb81c8336634e51ae5736472e85b (patch)
tree56f1ab720b200e1b87209c0aab99d935f7723d5c /Misc
parent167b12b71c34e1fdf630a90adca8c77476dbac81 (diff)
downloadcpython-54a1cc68a1e9eb81c8336634e51ae5736472e85b.zip
cpython-54a1cc68a1e9eb81c8336634e51ae5736472e85b.tar.gz
cpython-54a1cc68a1e9eb81c8336634e51ae5736472e85b.tar.bz2
Issue #3812: Failed to build python if configure --without-threads.
Removed itertools usage from Lib/traceback.py, because itertools is extension module, so maybe unavailable on build process. (Lib/_dummy_thread.py uses Lib/traceback.py) Reviewed by Amaury Forgeot d'Arc.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 2a54c0c..7dde481 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -165,6 +165,8 @@ Tools/Demos
Build
-----
+- Issue #3812: Failed to build python if configure --without-threads.
+
- Issue #3791: Remove the bsddb module from the Windows installer, and the
core bsddb library from the Windows build files.