From: Steve Dower Date: Wed, 17 Dec 2014 14:39:44 +0000 (-0800) Subject: Issue #22733: Added NEWS item X-Git-Tag: v3.5.0a1~295 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6a43c8a1cf870b3d322171a280af35cd1fa720d3;p=python Issue #22733: Added NEWS item --- diff --git a/Misc/NEWS b/Misc/NEWS index 0e5dd2b53d..b164b80838 100644 --- 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 ----