projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
57410c1
)
assert.h is also included. Thanks to Savio Sena.
author
Georg Brandl
<georg@python.org>
Tue, 23 Nov 2010 18:14:57 +0000
(18:14 +0000)
committer
Georg Brandl
<georg@python.org>
Tue, 23 Nov 2010 18:14:57 +0000
(18:14 +0000)
Doc/c-api/intro.rst
patch
|
blob
|
history
diff --git
a/Doc/c-api/intro.rst
b/Doc/c-api/intro.rst
index 6fecc615acc3692abacfcb588fd6208e0bc70991..0c4f816ff8a8e008654c4486e3000a1d91efeba3 100644
(file)
--- a/
Doc/c-api/intro.rst
+++ b/
Doc/c-api/intro.rst
@@
-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::