diff options
author | Hirokazu Yamamoto <ocean-city@m2.ccsnet.ne.jp> | 2010-09-18 22:33:33 (GMT) |
---|---|---|
committer | Hirokazu Yamamoto <ocean-city@m2.ccsnet.ne.jp> | 2010-09-18 22:33:33 (GMT) |
commit | c4caa9c4009ed344f903f2b39956720f473dd676 (patch) | |
tree | cecf3fbb35f2756e0f0b11432d6f9c7651ab427e /Misc | |
parent | 767cbc41b44b9f590c6c13e63749ed24de9d7fa3 (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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é. |