Cheryl Sabella added the comment:

I've created the PR.  I had actually manually looked at classbrowser yesterday. 
 It still works just as it did before this change.  The patch in 1612262 is 
needed for it to loop through the new Object class.

Also, for reference, the test that didn't work initially was the case where 
anything was defined past the second level of nesting of a class, for example 
class -> def -> def or class -> def -> class.  The original patch wasn't adding 
those last items, but now should be.  Ironically, running this over test_pyclbr 
(to parse it, not to run the test), was where I saw that it wasn't showing all 
the nesting.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue6691>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to