diff options
author | Tarek Ziadé <ziade.tarek@gmail.com> | 2009-09-09 08:48:07 (GMT) |
---|---|---|
committer | Tarek Ziadé <ziade.tarek@gmail.com> | 2009-09-09 08:48:07 (GMT) |
commit | 165581cb3601f1754ce0e8e89953b896f3f1f281 (patch) | |
tree | 098de7976cb577fe74b72822b2ee2aeda17fdecd /Misc | |
parent | 46ab5d09518286aabdd57f67bfd2ae7a6451afa2 (diff) | |
download | cpython-165581cb3601f1754ce0e8e89953b896f3f1f281.zip cpython-165581cb3601f1754ce0e8e89953b896f3f1f281.tar.gz cpython-165581cb3601f1754ce0e8e89953b896f3f1f281.tar.bz2 |
Merged revisions 74728 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r74728 | tarek.ziade | 2009-09-09 10:14:20 +0200 (Wed, 09 Sep 2009) | 1 line
Issue #6163: Fixed HP-UX runtime library dir options in distutils.unixcompiler
........
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1046,6 +1046,10 @@ Core and Builtins Library ------- +- Issue #6163: Fixed HP-UX runtime library dir options in + distutils.unixcompiler. Initial patch by Sridhar Ratnakumar and + Michael Haubenwallner. + - Issue #6693: New functions in site.py to get user/global site packages paths. - Issue #6511: ZipFile now raises BadZipfile (instead of an IOError) when |