summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2011-01-31 21:08:57 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2011-01-31 21:08:57 (GMT)
commit0ea622a5c88b75db15d818e91ec2f57651473a66 (patch)
tree34de987a85aa4329509b04109d9c0c4cfa6d6871 /Misc/NEWS
parentbd0c897332faddce4ebdd4698f976c99a70ec346 (diff)
downloadcpython-0ea622a5c88b75db15d818e91ec2f57651473a66.zip
cpython-0ea622a5c88b75db15d818e91ec2f57651473a66.tar.gz
cpython-0ea622a5c88b75db15d818e91ec2f57651473a66.tar.bz2
Issue #8275: Fix passing of callback arguments with ctypes under Win64.
Patch by Stan Mihai. Ok'ed by Georg.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 6b6fae9..44a71d8 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -13,6 +13,9 @@ Core and Builtins
Library
-------
+- Issue #8275: Fix passing of callback arguments with ctypes under Win64.
+ Patch by Stan Mihai.
+
What's New in Python 3.2 Release Candidate 2?
=============================================