From: Marc-André Lemburg Date: Tue, 2 Sep 2008 12:10:46 +0000 (+0000) Subject: Add news item for #3719. X-Git-Tag: v3.0rc1~130 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7b2b1f9b20add6b022e8f11649dbb9922a574f87;p=python Add news item for #3719. --- diff --git a/Misc/NEWS b/Misc/NEWS index 366fc54ee9..d1be39ca20 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -63,6 +63,9 @@ C API Library ------- +- Issue #3719: platform.architecture() fails if there are spaces in the + path to the Python binary. + - Issue 3602: As part of the merge of r66135, make the parameters on warnings.catch_warnings() keyword-only. Also remove a DeprecationWarning.