summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorHirokazu Yamamoto <ocean-city@m2.ccsnet.ne.jp>2010-09-18 22:33:33 (GMT)
committerHirokazu Yamamoto <ocean-city@m2.ccsnet.ne.jp>2010-09-18 22:33:33 (GMT)
commitc4caa9c4009ed344f903f2b39956720f473dd676 (patch)
treececf3fbb35f2756e0f0b11432d6f9c7651ab427e /Misc
parent767cbc41b44b9f590c6c13e63749ed24de9d7fa3 (diff)
downloadcpython-c4caa9c4009ed344f903f2b39956720f473dd676.zip
cpython-c4caa9c4009ed344f903f2b39956720f473dd676.tar.gz
cpython-c4caa9c4009ed344f903f2b39956720f473dd676.tar.bz2
Merged revisions 84851 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r84851 | hirokazu.yamamoto | 2010-09-17 02:50:57 +0900 | 3 lines Issue #9810: Compile bzip2 source files in python's project file directly. It used to be built with bzip2's makefile. ........
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 558c4f3..0c4678b 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -332,6 +332,9 @@ Tools/Demos
Build
-----
+- Issue #9810: Compile bzip2 source files in python's project file
+ directly. It used to be built with bzip2's makefile.
+
- Issue #941346: Improve the build process under AIX and allow Python to
be built as a shared library. Patch by Sébastien Sablé.