summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorTarek Ziadé <ziade.tarek@gmail.com>2009-09-09 08:48:07 (GMT)
committerTarek Ziadé <ziade.tarek@gmail.com>2009-09-09 08:48:07 (GMT)
commit165581cb3601f1754ce0e8e89953b896f3f1f281 (patch)
tree098de7976cb577fe74b72822b2ee2aeda17fdecd /Misc
parent46ab5d09518286aabdd57f67bfd2ae7a6451afa2 (diff)
downloadcpython-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/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index a1def5c..54dcbca 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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