From: Steve Dower Date: Sat, 12 Mar 2016 16:26:29 +0000 (-0800) Subject: Issue #23606: Adds note to ctypes documentation regarding cdll.msvcrt. X-Git-Tag: v3.6.0a1~494 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6d6b986d90ce80d89391876b5c1b81eab2546bb0;p=python Issue #23606: Adds note to ctypes documentation regarding cdll.msvcrt. --- 6d6b986d90ce80d89391876b5c1b81eab2546bb0 diff --cc Misc/NEWS index b964244216,df6ea422a0..c994a0aff5 --- a/Misc/NEWS +++ b/Misc/NEWS @@@ -772,8 -284,10 +772,10 @@@ IDL Documentation ------------- + - Issue #23606: Adds note to ctypes documentation regarding cdll.msvcrt. + -- Issue #25500: Fix documentation to not claim that __import__ is searched for - in the global scope. +- Issue #24952: Clarify the default size argument of stack_size() in + the "threading" and "_thread" modules. Patch from Mattip. Tests -----