summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>1997-10-06 21:39:16 (GMT)
committerFred Drake <fdrake@acm.org>1997-10-06 21:39:16 (GMT)
commitdb12f343bc819cc72a40ef4d215d9522fa46f22f (patch)
treee815aad9f0a20d58ac39ada11d5cb4875d32a7ac
parente3dbc7e42269613fee01a323bbe5d23584ed3ba3 (diff)
downloadcpython-db12f343bc819cc72a40ef4d215d9522fa46f22f.zip
cpython-db12f343bc819cc72a40ef4d215d9522fa46f22f.tar.gz
cpython-db12f343bc819cc72a40ef4d215d9522fa46f22f.tar.bz2
Documentation for the keyword module.
-rw-r--r--Doc/lib/libkeyword.tex9
-rw-r--r--Doc/libkeyword.tex9
2 files changed, 18 insertions, 0 deletions
diff --git a/Doc/lib/libkeyword.tex b/Doc/lib/libkeyword.tex
new file mode 100644
index 0000000..794a91e
--- /dev/null
+++ b/Doc/lib/libkeyword.tex
@@ -0,0 +1,9 @@
+\section{Standard Module \sectcode{keyword}}
+\stmodindex{keyword}
+
+This module allows a Python program to determine if a string is a
+keyword. A single function is provided:
+
+\begin{funcdesc}{iskeyword}{s}
+Return true if \var{s} is a Python keyword.
+\end{funcdesc}
diff --git a/Doc/libkeyword.tex b/Doc/libkeyword.tex
new file mode 100644
index 0000000..794a91e
--- /dev/null
+++ b/Doc/libkeyword.tex
@@ -0,0 +1,9 @@
+\section{Standard Module \sectcode{keyword}}
+\stmodindex{keyword}
+
+This module allows a Python program to determine if a string is a
+keyword. A single function is provided:
+
+\begin{funcdesc}{iskeyword}{s}
+Return true if \var{s} is a Python keyword.
+\end{funcdesc}