summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2011-01-02 19:38:30 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2011-01-02 19:38:30 (GMT)
commitf1cc81a97d7e4ce21a08506fda5b5b846e65ba54 (patch)
tree2115941d774fc9c3f4a1e99df7908f7aebb704d3 /Misc/NEWS
parentbeef5dcf77a32df66ddfc65cc750d550ba6728db (diff)
downloadcpython-f1cc81a97d7e4ce21a08506fda5b5b846e65ba54.zip
cpython-f1cc81a97d7e4ce21a08506fda5b5b846e65ba54.tar.gz
cpython-f1cc81a97d7e4ce21a08506fda5b5b846e65ba54.tar.bz2
Merged revisions 87639 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r87639 | antoine.pitrou | 2011-01-02 20:34:03 +0100 (dim., 02 janv. 2011) | 4 lines Issue #10475: Don't hardcode compilers for LDSHARED/LDCXXSHARED on NetBSD and DragonFly BSD. Patch by Nicolas Joly. ........
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 340fc12..a352559 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -86,6 +86,12 @@ Extensions
- Issue #678250: Make mmap flush a noop on ACCESS_READ and ACCESS_COPY.
+Build
+-----
+
+- Issue #10475: Don't hardcode compilers for LDSHARED/LDCXXSHARED on NetBSD
+ and DragonFly BSD. Patch by Nicolas Joly.
+
Tests
-----