summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libsys.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Doc/lib/libsys.tex')
-rw-r--r--Doc/lib/libsys.tex6
1 files changed, 6 insertions, 0 deletions
diff --git a/Doc/lib/libsys.tex b/Doc/lib/libsys.tex
index 4aa2d4a..eec02e0 100644
--- a/Doc/lib/libsys.tex
+++ b/Doc/lib/libsys.tex
@@ -459,6 +459,12 @@ else:
\end{verbatim}
\end{datadesc}
+\begin{datadesc}{api_version}
+ The C API version for this interpreter. Programmers may find this useful
+ when debugging version conflicts between Python and extension
+ modules. \versionadded{2.3}
+\end{datadesc}
+
\begin{datadesc}{version_info}
A tuple containing the five components of the version number:
\var{major}, \var{minor}, \var{micro}, \var{releaselevel}, and