diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2010-09-21 15:23:10 (GMT) |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2010-09-21 15:23:10 (GMT) |
commit | 6e41347df7d2b069b431110c536596cbf62bc540 (patch) | |
tree | 20684b048fcf53b6afd2e5a202769e3e8ec37cfb /Misc | |
parent | bd5283f7ad090d32be737030191b7e6d11a4f354 (diff) | |
download | cpython-6e41347df7d2b069b431110c536596cbf62bc540.zip cpython-6e41347df7d2b069b431110c536596cbf62bc540.tar.gz cpython-6e41347df7d2b069b431110c536596cbf62bc540.tar.bz2 |
Merged revisions 84946 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r84946 | antoine.pitrou | 2010-09-21 17:19:14 +0200 (mar., 21 sept. 2010) | 4 lines
Issue #1633863: Don't ignore $CC under AIX.
........
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -565,6 +565,8 @@ Extension Modules Build ----- +- Issue #1633863: Don't ignore $CC under AIX. + - Issue #9810: Compile bzip2 source files in python's project file directly. It used to be built with bzip2's makefile. |