]> granicus.if.org Git - python/commit
SF patch #634557: inspect.BlockFinder didn't do a good enough job finding
authorRaymond Hettinger <python@rcn.com>
Sun, 19 Jan 2003 13:21:20 +0000 (13:21 +0000)
committerRaymond Hettinger <python@rcn.com>
Sun, 19 Jan 2003 13:21:20 +0000 (13:21 +0000)
commit2e7b748a9ecc2d21abe0ecf93e079ac53385c371
tree65f2d52333044c9f6e6d48b7052061089a79908d
parente701dcbabd43cfc9dc77e6f8b3e0325accec4164
SF patch #634557: inspect.BlockFinder didn't do a good enough job finding
the end of code blocks.

Patch contributed by Patrick O'Brien.
Lib/inspect.py