commit | c6ac8a78f668123ec5c2c3d5a824e7886e9a1c60 | [log] [tgz] |
---|---|---|
author | Tim Peters <tim.peters@gmail.com> | Wed Oct 24 20:22:40 2001 +0000 |
committer | Tim Peters <tim.peters@gmail.com> | Wed Oct 24 20:22:40 2001 +0000 |
tree | 91ab96cc6dc4914bb875876a2e79c56a2d146420 | |
parent | e877f8ba3306be0c76476c1f841d6f5388b675b7 [diff] |
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.