Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit fdacc58

Browse files
committed
Added pointer to api.tex and note about the out-of-date-ness of this
document.
1 parent 18b0db3 commit fdacc58

2 files changed

Lines changed: 14 additions & 0 deletions

File tree

Doc/ext.tex

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,13 @@
3737
functions and modules (both built-in and written in Python) that give
3838
the language its wide application range.
3939

40+
For a detailed description of the whole Python/C API, see the separate
41+
Python/C API Reference Manual. \strong{Note:} While that manual is
42+
still in a state of flux, it is safe to say that it is much more up to
43+
date than the manual you're reading currently (which has been in need
44+
for an upgrade for some time now).
45+
46+
4047
\end{abstract}
4148

4249
\pagebreak

Doc/ext/ext.tex

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,13 @@
3737
functions and modules (both built-in and written in Python) that give
3838
the language its wide application range.
3939

40+
For a detailed description of the whole Python/C API, see the separate
41+
Python/C API Reference Manual. \strong{Note:} While that manual is
42+
still in a state of flux, it is safe to say that it is much more up to
43+
date than the manual you're reading currently (which has been in need
44+
for an upgrade for some time now).
45+
46+
4047
\end{abstract}
4148

4249
\pagebreak

0 commit comments

Comments
 (0)