diff options
author | Steve Dower <steve.dower@microsoft.com> | 2014-12-17 14:39:44 (GMT) |
---|---|---|
committer | Steve Dower <steve.dower@microsoft.com> | 2014-12-17 14:39:44 (GMT) |
commit | 6a43c8a1cf870b3d322171a280af35cd1fa720d3 (patch) | |
tree | 0830c8ccab8ace9e6bdf647799d4e1b77434b07e /Misc | |
parent | 438f4abb50bfb97e183564c18965c7f2c291f5c0 (diff) | |
download | cpython-6a43c8a1cf870b3d322171a280af35cd1fa720d3.zip cpython-6a43c8a1cf870b3d322171a280af35cd1fa720d3.tar.gz cpython-6a43c8a1cf870b3d322171a280af35cd1fa720d3.tar.bz2 |
Issue #22733: Added NEWS item
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 ---- |