This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author cheryl.sabella
Recipients amaury.forgeotdarc, cheryl.sabella, gpolo, rhettinger, terry.reedy
Date 2017-06-30.10:57:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1498820231.43.0.509926410116.issue6691@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2017-06-30 10:57:11cheryl.sabellasetrecipients: + cheryl.sabella, rhettinger, terry.reedy, amaury.forgeotdarc, gpolo
2017-06-30 10:57:11cheryl.sabellasetmessageid: <1498820231.43.0.509926410116.issue6691@psf.upfronthosting.co.za>
2017-06-30 10:57:11cheryl.sabellalinkissue6691 messages
2017-06-30 10:57:11cheryl.sabellacreate