]> granicus.if.org Git - python/commitdiff
Standard streams use file descriptors, not FILE pointers.
authorAntoine Pitrou <solipsis@pitrou.net>
Sat, 15 Jan 2011 11:44:17 +0000 (11:44 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Sat, 15 Jan 2011 11:44:17 +0000 (11:44 +0000)
Doc/c-api/init.rst

index 671ba2551dd4cde9b9d7109fd39abce3bc664614..f35df874539ddc57f39bf5c9fefca6b93d9f65e4 100644 (file)
@@ -100,7 +100,7 @@ Initialization, Finalization, and Threads
    (``sys.path``) are also separate.  The new environment has no ``sys.argv``
    variable.  It has new standard I/O stream file objects ``sys.stdin``,
    ``sys.stdout`` and ``sys.stderr`` (however these refer to the same underlying
-   :c:type:`FILE` structures in the C library).
+   file descriptors).
 
    The return value points to the first thread state created in the new
    sub-interpreter.  This thread state is made in the current thread state.