]> granicus.if.org Git - python/commitdiff
Documentation for the keyword module.
authorFred Drake <fdrake@acm.org>
Mon, 6 Oct 1997 21:39:16 +0000 (21:39 +0000)
committerFred Drake <fdrake@acm.org>
Mon, 6 Oct 1997 21:39:16 +0000 (21:39 +0000)
Doc/lib/libkeyword.tex [new file with mode: 0644]
Doc/libkeyword.tex [new file with mode: 0644]

diff --git a/Doc/lib/libkeyword.tex b/Doc/lib/libkeyword.tex
new file mode 100644 (file)
index 0000000..794a91e
--- /dev/null
@@ -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 (file)
index 0000000..794a91e
--- /dev/null
@@ -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}