From 42e459ef4374081db6a7093b61dd69a19c4b57d0 Mon Sep 17 00:00:00 2001 From: Hirokazu Yamamoto Date: Thu, 4 Sep 2008 14:25:30 +0000 Subject: [PATCH] Added NEWS --- Misc/NEWS | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Misc/NEWS b/Misc/NEWS index dbb8110117..dd703ee3a1 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 -- 2.49.0