diff options
author | Georg Brandl <georg@python.org> | 2007-12-02 21:58:54 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2007-12-02 21:58:54 (GMT) |
commit | f19b95112669db32556c157c04f064d319c11f09 (patch) | |
tree | 589701aa5c823659b0dde7df9651d2ee9e384b2f /Doc/c-api/init.rst | |
parent | 968a3e570dd24594be28c31640517c0e4b0c8860 (diff) | |
download | cpython-f19b95112669db32556c157c04f064d319c11f09.zip cpython-f19b95112669db32556c157c04f064d319c11f09.tar.gz cpython-f19b95112669db32556c157c04f064d319c11f09.tar.bz2 |
Add documentation for PySys_* functions.
Written by Charlie Shepherd for GHOP. Also fixes #1245.
Diffstat (limited to 'Doc/c-api/init.rst')
-rw-r--r-- | Doc/c-api/init.rst | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Doc/c-api/init.rst b/Doc/c-api/init.rst index 8dd9a57..bb0e390 100644 --- a/Doc/c-api/init.rst +++ b/Doc/c-api/init.rst @@ -364,8 +364,6 @@ Initialization, Finalization, and Threads .. % XXX impl. doesn't seem consistent in allowing 0/NULL for the params; .. % check w/ Guido. -.. % XXX Other PySys thingies (doesn't really belong in this chapter) - .. _threads: |