summaryrefslogtreecommitdiff
path: root/Doc/lib/libshlex.tex
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>1998-12-22 18:40:50 +0000
committerFred Drake <fdrake@acm.org>1998-12-22 18:40:50 +0000
commit9a883d5d7fbf87fc553c7cd9dc1d80f05acd03c0 (patch)
treef66873805ab2511684497350de50e153c7e00cae /Doc/lib/libshlex.tex
parent5e2e755a18066d0f3e6fe3dd0ffb74255a466bd3 (diff)
downloadcpython-9a883d5d7fbf87fc553c7cd9dc1d80f05acd03c0.tar.gz
Added information on when this was added, allowing us to release the
documentation on the Web while people are still using < 1.5.2b1.
Diffstat (limited to 'Doc/lib/libshlex.tex')
-rw-r--r--Doc/lib/libshlex.tex1
1 files changed, 1 insertions, 0 deletions
diff --git a/Doc/lib/libshlex.tex b/Doc/lib/libshlex.tex
index bf26e94d42..0bba5e3459 100644
--- a/Doc/lib/libshlex.tex
+++ b/Doc/lib/libshlex.tex
@@ -7,6 +7,7 @@
\moduleauthor{Eric S. Raymond}{esr@snark.thyrsus.com}
\sectionauthor{Eric S. Raymond}{esr@snark.thyrsus.com}
+\versionadded{1.5.2}
The \class{shlex} class makes it easy to write lexical analyzers for
simple syntaxes resembling that of the \UNIX{} shell. This will often