[Python-checkins] CVS: python/dist/src/Tools/webchecker wcnew.py

Guido van Rossum guido@cnri.reston.va.us
Wed, 17 Nov 1999 10:02:54 -0500 (EST)


Update of /projects/cvsroot/python/dist/src/Tools/webchecker
In directory eric:/projects/python/develop/guido/src/Tools/webchecker

Modified Files:
	wcnew.py 
Log Message:
Samuel L. Bayer:

- same fixes from webchecker.py
- incorporated small diff between current webchecker.py and 1.5.2 
- fixed bug where "extra roots" added with the -t argument were being
  checked as real roots, not just as possible continuations
- added -a argument to suppress checking of name anchors

[And untabified --GvR]