]> granicus.if.org Git - python/commit
SF bug #473525 pyclbr broken
authorTim Peters <tim.peters@gmail.com>
Wed, 24 Oct 2001 20:22:40 +0000 (20:22 +0000)
committerTim Peters <tim.peters@gmail.com>
Wed, 24 Oct 2001 20:22:40 +0000 (20:22 +0000)
commitc6ac8a78f668123ec5c2c3d5a824e7886e9a1c60
tree91ab96cc6dc4914bb875876a2e79c56a2d146420
parente877f8ba3306be0c76476c1f841d6f5388b675b7
SF bug #473525 pyclbr broken
As the comments in the module implied, pyclbr was easily confused by
"strange stuff" inside single- (but not triple-) quoted strings.  It
isn't anymore.  Its behavior remains flaky in the presence of nested
functions and classes, though.
Bugfix candidate.
Lib/pyclbr.py