summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHirokazu Yamamoto <ocean-city@m2.ccsnet.ne.jp>2008-09-04 14:26:56 +0000
committerHirokazu Yamamoto <ocean-city@m2.ccsnet.ne.jp>2008-09-04 14:26:56 +0000
commit6477350b53e0a5939e94799e06b05b792c5cde09 (patch)
tree86ba874db99c818142855fe2628adbdb0bee640e
parentf4e2ccf3b3191a796b0b8631f686363b3b97dcce (diff)
downloadcpython-git-6477350b53e0a5939e94799e06b05b792c5cde09.tar.gz
Add NEWS
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 0f005352bd..ebf0956d71 100644
--- 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.