summaryrefslogtreecommitdiffstats
path: root/Misc/ACKS
diff options
context:
space:
mode:
authorThomas Heller <theller@ctypes.org>2008-07-15 19:46:52 (GMT)
committerThomas Heller <theller@ctypes.org>2008-07-15 19:46:52 (GMT)
commit15383a08aa192247de222e4c1a29b6c4b19dbc26 (patch)
treebb5c814f07691f26ac7ae7034bc8cc729d413b3d /Misc/ACKS
parenta7024e9e849957f0f0a8ac9ad4684be331b3c6f6 (diff)
downloadcpython-15383a08aa192247de222e4c1a29b6c4b19dbc26.zip
cpython-15383a08aa192247de222e4c1a29b6c4b19dbc26.tar.gz
cpython-15383a08aa192247de222e4c1a29b6c4b19dbc26.tar.bz2
Merged revisions 64976-64977 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk ........ r64976 | thomas.heller | 2008-07-15 21:39:38 +0200 (Tue, 15 Jul 2008) | 3 lines Issue #3313: Contrary to the man page, a failed dlopen() call does not always set a dlerror() message. ........ r64977 | thomas.heller | 2008-07-15 21:44:25 +0200 (Tue, 15 Jul 2008) | 2 lines Add Victor Stinner, he provided the patch for issue #3313. ........
Diffstat (limited to 'Misc/ACKS')
-rw-r--r--Misc/ACKS1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/ACKS b/Misc/ACKS
index ce010d5..dbb2035 100644
--- a/Misc/ACKS
+++ b/Misc/ACKS
@@ -771,3 +771,4 @@ Uwe Zessin
Amaury Forgeot d'Arc
Peter Åstrand
Tarek ZiadŽ
+Victor Stinner