diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2011-01-31 21:36:33 (GMT) |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2011-01-31 21:36:33 (GMT) |
commit | 2e811c92c78e99cfd4b0bc463bea956cd96d6751 (patch) | |
tree | e2d6d0dc7c2e9955d4899cf12b228e78713b1f68 /Misc/NEWS | |
parent | 070f050c3aaf8b67477426afd40465122d749906 (diff) | |
download | cpython-2e811c92c78e99cfd4b0bc463bea956cd96d6751.zip cpython-2e811c92c78e99cfd4b0bc463bea956cd96d6751.tar.gz cpython-2e811c92c78e99cfd4b0bc463bea956cd96d6751.tar.bz2 |
Merged revisions 88284 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r88284 | antoine.pitrou | 2011-01-31 22:08:57 +0100 (lun., 31 janv. 2011) | 4 lines
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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -37,6 +37,9 @@ Core and Builtins Library ------- +- Issue #8275: Fix passing of callback arguments with ctypes under Win64. + Patch by Stan Mihai. + - Issue #11053: Fix IDLE "Syntax Error" windows to behave as in 2.x, preventing a confusing hung appearance on OS X with the windows obscured. |