]> granicus.if.org Git - python/commit
Add more sophistication to the comparison between pyclbr output and
authorGuido van Rossum <guido@python.org>
Tue, 3 Dec 2002 08:16:50 +0000 (08:16 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 3 Dec 2002 08:16:50 +0000 (08:16 +0000)
commit7f6a4390408e28e9c3cc3e1bb32f3908ba969091
tree484a2aa4779cf487bf68452d002e215ca710c7ac
parent0a6f954766cd091b117a1c5b16bdb0d2a837c2a8
Add more sophistication to the comparison between pyclbr output and
real module, by filtering out aliased methods.  This, combined with
the recent fixes to pyclbr, make it possible to enable more tests with
fewer exceptions.
Lib/test/test_pyclbr.py