]> granicus.if.org Git - python/commitdiff
Added NEWS
authorHirokazu Yamamoto <ocean-city@m2.ccsnet.ne.jp>
Thu, 4 Sep 2008 14:25:30 +0000 (14:25 +0000)
committerHirokazu Yamamoto <ocean-city@m2.ccsnet.ne.jp>
Thu, 4 Sep 2008 14:25:30 +0000 (14:25 +0000)
Misc/NEWS

index dbb811011779ceceb342a06bc58ebfc5aa72969c..dd703ee3a13a0fd533732de28c8fea11b463e01a 100644 (file)
--- 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