]> granicus.if.org Git - python/commit
Get rid of _test(), _main(), _debug() and _check(). Tests are no longer
authorSkip Montanaro <skip@pobox.com>
Mon, 28 Apr 2008 03:27:53 +0000 (03:27 +0000)
committerSkip Montanaro <skip@pobox.com>
Mon, 28 Apr 2008 03:27:53 +0000 (03:27 +0000)
commitb8bdbc04e702409e5aaaaff74c6e5cd93226af07
tree90e02f7cfb9fcb6f980a9f8ccad46bf7e6ab27e1
parentdfd982715bc81103dfcb3eecdccff32675a772a3
Get rid of _test(), _main(), _debug() and _check().  Tests are no longer
needed (better set available in Lib/test/test_robotparser.py).  Clean up a
few PEP 8 nits (compound statements on a single line, whitespace around
operators).
Lib/robotparser.py