]> granicus.if.org Git - python/commitdiff
assert.h is also included. Thanks to Savio Sena.
authorGeorg Brandl <georg@python.org>
Tue, 23 Nov 2010 18:14:57 +0000 (18:14 +0000)
committerGeorg Brandl <georg@python.org>
Tue, 23 Nov 2010 18:14:57 +0000 (18:14 +0000)
Doc/c-api/intro.rst

index 6fecc615acc3692abacfcb588fd6208e0bc70991..0c4f816ff8a8e008654c4486e3000a1d91efeba3 100644 (file)
@@ -41,8 +41,8 @@ included in your code by the following line::
    #include "Python.h"
 
 This implies inclusion of the following standard headers: ``<stdio.h>``,
-``<string.h>``, ``<errno.h>``, ``<limits.h>``, and ``<stdlib.h>`` (if
-available).
+``<string.h>``, ``<errno.h>``, ``<limits.h>``, ``<assert.h>`` and ``<stdlib.h>``
+(if available).
 
 .. note::