summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2010-10-10 09:54:59 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2010-10-10 09:54:59 (GMT)
commit58dab67f2d3e3bccc20f5b2991453e4eb479d6a6 (patch)
tree6563264297ad7cd83e2d8c26a1a8cd318cddfbc1 /Misc
parent7be5a65acd4d155730bd5c7981e16b1e5ab814c0 (diff)
downloadcpython-58dab67f2d3e3bccc20f5b2991453e4eb479d6a6.zip
cpython-58dab67f2d3e3bccc20f5b2991453e4eb479d6a6.tar.gz
cpython-58dab67f2d3e3bccc20f5b2991453e4eb479d6a6.tar.bz2
Merged revisions 85353 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r85353 | antoine.pitrou | 2010-10-10 11:37:12 +0200 (dim., 10 oct. 2010) | 3 lines Issue #9437: Fix building C extensions with non-default LDFLAGS. ........
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 1dc3fdf..b8bdd9c 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -48,6 +48,8 @@ Core and Builtins
Library
-------
+- Issue #9437: Fix building C extensions with non-default LDFLAGS.
+
- Issue #9759: GzipFile now raises ValueError when an operation is attempted
after the file is closed. Patch by Jeffrey Finkelstein.