From: Marc-André Lemburg Date: Tue, 2 Sep 2008 12:11:19 +0000 (+0000) Subject: Add news item for #3719. X-Git-Tag: v2.6rc1~77 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=31a0a1478bbaabbd166a694023b7f93f0f0f2563;p=thirdparty%2FPython%2Fcpython.git Add news item for #3719. --- diff --git a/Misc/NEWS b/Misc/NEWS index 00dfd33d824f..292edde90714 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -56,6 +56,9 @@ C-API Library ------- +- Issue #3719: platform.architecture() fails if there are spaces in the + path to the Python binary. + - Issue 3602: Moved test.test_support.catch_warning() to warnings.catch_warnings() along with some API cleanup. Expanding the tests for catch_warnings() also led to an improvement in the raising of a