http://hg.python.org/cpython/rev/9f95dcface80 changeset: 69966:9f95dcface80 parent: 69964:4bc0d1b45898 parent: 69965:916c6239c7a7 user: Martin v. Löwis <martin at v.loewis.de> date: Mon May 09 07:42:48 2011 +0200 summary: merged files: Misc/NEWS | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Misc/NEWS b/Misc/NEWS --- a/Misc/NEWS +++ b/Misc/NEWS @@ -578,7 +578,7 @@ Build ----- -- Issue #11347: Use --as-needed when linking libpython3.so. +- Issue #11347: Use --no-as-needed when linking libpython3.so. - Issue #11411: Fix 'make DESTDIR=' with a relative destination. -- Repository URL: http://hg.python.org/cpython