summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorTarek Ziadé <ziade.tarek@gmail.com>2009-09-09 08:34:06 (GMT)
committerTarek Ziadé <ziade.tarek@gmail.com>2009-09-09 08:34:06 (GMT)
commitaa13a29fde14be3982064cd7597990a9afcfd821 (patch)
treef0b5953c9674ed4fd25b9061c2c5526a44d937a6 /Misc
parent6acb41bc78794ea86a79f09609348c8d182f895b (diff)
downloadcpython-aa13a29fde14be3982064cd7597990a9afcfd821.zip
cpython-aa13a29fde14be3982064cd7597990a9afcfd821.tar.gz
cpython-aa13a29fde14be3982064cd7597990a9afcfd821.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 c44a56d..0f4d90e 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -322,6 +322,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 #4660: If a multiprocessing.JoinableQueue.put() was preempted, it was
possible to get a spurious 'task_done() called too many times' error.