summaryrefslogtreecommitdiff
path: root/Doc/library/shlex.rst
diff options
context:
space:
mode:
authorRaymond Hettinger <python@rcn.com>2011-01-27 01:20:32 +0000
committerRaymond Hettinger <python@rcn.com>2011-01-27 01:20:32 +0000
commita199368b230026fa37987852fe8802992a126ab7 (patch)
tree270276511cbcdb1a582bdccda0a47ec27edad5ee /Doc/library/shlex.rst
parent8b5eb2f813b8e22e97308c18a61f1824f962604c (diff)
downloadcpython-git-a199368b230026fa37987852fe8802992a126ab7.tar.gz
More source links.
Diffstat (limited to 'Doc/library/shlex.rst')
-rw-r--r--Doc/library/shlex.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/Doc/library/shlex.rst b/Doc/library/shlex.rst
index 0bc99fdc55..03c9f98a04 100644
--- a/Doc/library/shlex.rst
+++ b/Doc/library/shlex.rst
@@ -8,6 +8,9 @@
.. sectionauthor:: Eric S. Raymond <esr@snark.thyrsus.com>
.. sectionauthor:: Gustavo Niemeyer <niemeyer@conectiva.com>
+**Source code:** :source:`Lib/shlex.py`
+
+--------------
The :class:`shlex` class makes it easy to write lexical analyzers for simple
syntaxes resembling that of the Unix shell. This will often be useful for