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

index 0f005352bd917f1d2306d726353638762d5320ae..ebf0956d719d791ddc5cb297791d4b750d686328 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -80,6 +80,9 @@ Core and builtins
 Library
 -------
 
+- Issue #3762: platform.architecture() fails if python is lanched via
+  its symbolic link.
+
 - Issue #3554: ctypes.string_at and ctypes.wstring_at did call Python
   api functions without holding the GIL, which could lead to a fatal
   error when they failed.