diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2002-03-09 10:06:14 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2002-03-09 10:06:14 (GMT) |
commit | 27761f39a51bdbe716dbc8221ea80c9652be150a (patch) | |
tree | 2dae0d06f214eaaa79a6393ce3546fe7b92c4fa8 /Doc/ext/ext.tex | |
parent | 3921ff675ec544f3738bcaf606cca745b9a508ea (diff) | |
download | cpython-27761f39a51bdbe716dbc8221ea80c9652be150a.zip cpython-27761f39a51bdbe716dbc8221ea80c9652be150a.tar.gz cpython-27761f39a51bdbe716dbc8221ea80c9652be150a.tar.bz2 |
Patch #500136: Update Update ext build documentation. 2.2.1 candidate.
Diffstat (limited to 'Doc/ext/ext.tex')
-rw-r--r-- | Doc/ext/ext.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/ext/ext.tex b/Doc/ext/ext.tex index 9ad6523..b4130d1 100644 --- a/Doc/ext/ext.tex +++ b/Doc/ext/ext.tex @@ -52,7 +52,7 @@ For a detailed description of the whole Python/C API, see the separate \input{extending} \input{newtypes} -\input{unix} +\input{building} \input{windows} \input{embedding} |