summaryrefslogtreecommitdiff
path: root/Demo/cgi/cgi2.py
Commit message (Collapse)AuthorAgeFilesLines
* Remove some of the old demos. (Put a few somewhere else.)Georg Brandl2010-12-301-22/+0
|
* convert shebang lines: python -> python3Benjamin Peterson2010-03-111-1/+1
|
* remove most uses of list(somedict.keys()) in Demo scriptsSkip Montanaro2007-08-061-1/+1
|
* Run 2to3 over the Demo/ directory to shut up parse errors from 2to3 about ↵Collin Winter2007-07-171-6/+6
| | | | lingering print statements.
* Some really simple cgi examples. cgi3 is a MiniWiki.Guido van Rossum2002-10-161-0/+22