]> granicus.if.org Git - python/commitdiff
Issue #23606: Adds note to ctypes documentation regarding cdll.msvcrt.
authorSteve Dower <steve.dower@microsoft.com>
Sat, 12 Mar 2016 16:26:29 +0000 (08:26 -0800)
committerSteve Dower <steve.dower@microsoft.com>
Sat, 12 Mar 2016 16:26:29 +0000 (08:26 -0800)
1  2 
Doc/library/ctypes.rst
Misc/NEWS

Simple merge
diff --cc Misc/NEWS
index b964244216144f991d5ef0243863d265f28983f1,df6ea422a0f777db6a7b39f0af14bd9a278358fd..c994a0aff5d26cfd688081dc0533a368b47d72fb
+++ b/Misc/NEWS
@@@ -772,8 -284,10 +772,10 @@@ IDL
  Documentation
  -------------
  
 -- Issue #25500: Fix documentation to not claim that __import__ is searched for
 -  in the global scope.
+ - Issue #23606: Adds note to ctypes documentation regarding cdll.msvcrt.
 +- Issue #24952: Clarify the default size argument of stack_size() in
 +  the "threading" and "_thread" modules. Patch from Mattip.
  
  Tests
  -----