]> granicus.if.org Git - python/commit
Rewritten using the tokenize module, which gives us a real tokenizer
authorGuido van Rossum <guido@python.org>
Fri, 23 Aug 2002 01:36:01 +0000 (01:36 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 23 Aug 2002 01:36:01 +0000 (01:36 +0000)
commit040d7ca498c68153abb0387a8f900176ea08e2bb
tree7b73933d480b84eb7c013b88e231bff0d2a9d157
parentfd372aa8e990ca68a37da9170248fc95e45efad9
Rewritten using the tokenize module, which gives us a real tokenizer
rather than a number of approximating regular expressions.
Alas, it is 3-4 times slower.  Let that be a challenge for the
tokenize module.
Lib/pyclbr.py