]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Samuel L. Bayer:
authorGuido van Rossum <guido@python.org>
Wed, 17 Nov 1999 15:03:52 +0000 (15:03 +0000)
committerGuido van Rossum <guido@python.org>
Wed, 17 Nov 1999 15:03:52 +0000 (15:03 +0000)
commita8946406dfd6f4ecaf090325eed64241b36b5d4a
tree1eebefaf213d477ac91cc1a1fac82ff4a6c8345b
parentf97eecccb714a71cf5a1ca9399cd9c579014a5b9
Samuel L. Bayer:

- added -t and -a arguments
- added "import wcnew; webchecker = wcnew" in place of "import
  webchecker" (I assume that if you're happy with the changes, you'll
  just replace webchecker.py with wcnew.py, but if I were to do that,
  the diffs would be incomprehensible)
- fixed buggy -v argument (I think you got out of sync with the
  way verbosity was handled in webchecker vs. wcgui between 1.5 and
  1.5.2)
- made -v actually do something by adding a call to c.setflags()
  (probably the same problem as above)
- updated references to URLs to accommodate wcnew.py's pair
  representation; added appropriate calls to format_url() to handle
  display; added argument to ListPanel() initialization to provide
  access to format_url()

[And untabified --GvR]
Tools/webchecker/wcgui.py