[Python-checkins] r86713 - python/branches/py3k/Doc/c-api/intro.rst

georg.brandl python-checkins at python.org
Tue Nov 23 19:14:59 CET 2010


Author: georg.brandl
Date: Tue Nov 23 19:14:57 2010
New Revision: 86713

Log:
assert.h is also included. Thanks to Savio Sena.

Modified:
   python/branches/py3k/Doc/c-api/intro.rst

Modified: python/branches/py3k/Doc/c-api/intro.rst
==============================================================================
--- python/branches/py3k/Doc/c-api/intro.rst	(original)
+++ python/branches/py3k/Doc/c-api/intro.rst	Tue Nov 23 19:14:57 2010
@@ -41,8 +41,8 @@
    #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::
 


More information about the Python-checkins mailing list