]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
backport 1.23:
authorAnthony Baxter <anthonybaxter@gmail.com>
Wed, 5 Dec 2001 05:56:02 +0000 (05:56 +0000)
committerAnthony Baxter <anthonybaxter@gmail.com>
Wed, 5 Dec 2001 05:56:02 +0000 (05:56 +0000)
commit4bc57dea311b3540a216ae65abad491a23b88ffd
treec4b291feec343e1479f4a5b514598fd406e77703
parent9f82e6ecad5795b9f82cc2f7f8d82aeeee8574c6
backport 1.23:

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.
Lib/pyclbr.py