commit | dc92bd889045bf3bd722c2dbf1db59422137784d | [log] [tgz] |
---|---|---|
author | Hirokazu Yamamoto <ocean-city@m2.ccsnet.ne.jp> | Sat Sep 18 22:53:25 2010 +0000 |
committer | Hirokazu Yamamoto <ocean-city@m2.ccsnet.ne.jp> | Sat Sep 18 22:53:25 2010 +0000 |
tree | 6202bb11889968a3b25ba1fe14332b171fa48d5b | |
parent | 6fab1f69e244f364b3db73457cb96cb6d0810692 [diff] |
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. ........