summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorTarek Ziadé <ziade.tarek@gmail.com>2009-02-05 22:56:14 (GMT)
committerTarek Ziadé <ziade.tarek@gmail.com>2009-02-05 22:56:14 (GMT)
commit5874ef16edfa34cf6ff184e56ada8b78687b689f (patch)
treef2fddd33f1bce679dbfa04cfa1d08a42d30f9187 /Misc
parent48f5c4eec6c85b5c91e8d45921afe8d62410239b (diff)
downloadcpython-5874ef16edfa34cf6ff184e56ada8b78687b689f.zip
cpython-5874ef16edfa34cf6ff184e56ada8b78687b689f.tar.gz
cpython-5874ef16edfa34cf6ff184e56ada8b78687b689f.tar.bz2
Merged revisions 69316 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk ........ r69316 | tarek.ziade | 2009-02-05 23:52:52 +0100 (Thu, 05 Feb 2009) | 1 line Fixed #5132: enable extensions to link on Solaris ........
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 68cea16..20a4f89 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -155,6 +155,9 @@ Core and Builtins
Library
-------
+- Issue #5132: Fixed trouble building extensions under Solaris with
+ --enabled-shared activated. Initial patch by Dave Peterson.
+
- Issue #1581476: Always use the Tcl global namespace when calling into Tcl.
- The shelve module now defaults to pickle protocol 3.