]> granicus.if.org Git - python/commit
Patch #101121, by Ka-Ping Yee: cosmetic cleanup of cgi.py, using my
authorGuido van Rossum <guido@python.org>
Tue, 19 Sep 2000 04:11:46 +0000 (04:11 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 19 Sep 2000 04:11:46 +0000 (04:11 +0000)
commita3c6a8a30ea6fe481aa7397c8acb53f8a483c93d
tree25d83269098050c22fd16105d5ac23ff0d6694a1
parente7d6b0a22e07adfa33cfa8658acf4c0b3cbecb39
Patch #101121, by Ka-Ping Yee: cosmetic cleanup of cgi.py, using my
style conventions.  (Ping has checkin privileges but apparently
ignores them at the moment.)

Ping improves a few doc strings and fixes style violations like foo ( bar ).

An addition of my own: rearrange the printing of various items in
test() so that the (long) environment comes at the end.  This avoids
having to scroll if you want to see the current directory or command
line arguments.
Lib/cgi.py