]> granicus.if.org Git - python/commitdiff
Issue #22733: Added NEWS item
authorSteve Dower <steve.dower@microsoft.com>
Wed, 17 Dec 2014 14:39:44 +0000 (06:39 -0800)
committerSteve Dower <steve.dower@microsoft.com>
Wed, 17 Dec 2014 14:39:44 +0000 (06:39 -0800)
Misc/NEWS

index 0e5dd2b53d8bed96fa78002400baa3c54e0a298f..b164b80838552e6de2bba7fe09b9a2764619311e 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -1232,6 +1232,9 @@ Library
 - Issue #21323: Fix http.server to again handle scripts in CGI subdirectories,
   broken by the fix for security issue #19435.  Patch by Zach Byrne.
 
+- Issue #22733: Fix ffi_prep_args not zero-extending argument values correctly
+  on 64-bit Windows.
+
 IDLE
 ----