]> granicus.if.org Git - python/commit
Removed use of 'cgi.initlog()' - the first call to cgi.log is actually
authorAnthony Baxter <anthonybaxter@gmail.com>
Tue, 3 Aug 2004 11:05:04 +0000 (11:05 +0000)
committerAnthony Baxter <anthonybaxter@gmail.com>
Tue, 3 Aug 2004 11:05:04 +0000 (11:05 +0000)
commitd2717217ae7403dc1cc51aea1fe8a7736612392a
treeb9732a2355aa5b772e29e8036a648837cdaef807
parentfcc09bbad6b51a785c55ebccc0c4817cf111bf50
Removed use of 'cgi.initlog()' - the first call to cgi.log is actually
an initlog() (and initlog()'s docstring says "don't use this"!) This
allows test_cgi to be run repeatedly in a single run of the interpreter.
Lib/test/test_cgi.py