commit | a199368b230026fa37987852fe8802992a126ab7 | [log] [tgz] |
---|---|---|
author | Raymond Hettinger <python@rcn.com> | Thu Jan 27 01:20:32 2011 +0000 |
committer | Raymond Hettinger <python@rcn.com> | Thu Jan 27 01:20:32 2011 +0000 |
tree | 270276511cbcdb1a582bdccda0a47ec27edad5ee | |
parent | 8b5eb2f813b8e22e97308c18a61f1824f962604c [diff] [blame] |
More source links.
diff --git a/Doc/library/cgi.rst b/Doc/library/cgi.rst index 8c75517..1e2498d 100644 --- a/Doc/library/cgi.rst +++ b/Doc/library/cgi.rst
@@ -13,6 +13,10 @@ single: URL single: Common Gateway Interface +**Source code:** :source:`Lib/cgi.py` + +-------------- + Support module for Common Gateway Interface (CGI) scripts. This module defines a number of utilities for use by CGI scripts written in