From: Hirokazu Yamamoto Date: Thu, 4 Sep 2008 14:25:30 +0000 (+0000) Subject: Added NEWS X-Git-Tag: v2.6rc1~55 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=42e459ef4374081db6a7093b61dd69a19c4b57d0;p=thirdparty%2FPython%2Fcpython.git Added NEWS --- diff --git a/Misc/NEWS b/Misc/NEWS index dbb811011779..dd703ee3a13a 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -56,6 +56,9 @@ C-API Library ------- +- Issue #3762: platform.architecture() fails if python is lanched via + its symbolic link. + - Issue #3772: Fixed regression problem in StreamHandler.emit(). - Issue 600362: Relocated parse_qs() and parse_qsl(), from the cgi module