diff options
author | Tarek Ziadé <ziade.tarek@gmail.com> | 2009-09-09 08:34:06 (GMT) |
---|---|---|
committer | Tarek Ziadé <ziade.tarek@gmail.com> | 2009-09-09 08:34:06 (GMT) |
commit | aa13a29fde14be3982064cd7597990a9afcfd821 (patch) | |
tree | f0b5953c9674ed4fd25b9061c2c5526a44d937a6 /Misc | |
parent | 6acb41bc78794ea86a79f09609348c8d182f895b (diff) | |
download | cpython-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/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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. |