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 roger.serwy
Recipients ajaksu2, roger.serwy, taleinat
Date 2009-06-20.20:48:19
SpamBayes Score 9.845779e-06
Marked as misclassified No
Message-id <1245530900.58.0.522099408917.issue1612262@psf.upfronthosting.co.za>
In-reply-to
Content
The class browser relies on the pyclbr module to scan the code. This
module doesn't support classes within classes. Both pyclbr and IDLE's
class browser need to be modified.
History
Date User Action Args
2009-06-20 20:48:21roger.serwysetrecipients: + roger.serwy, taleinat, ajaksu2
2009-06-20 20:48:20roger.serwysetmessageid: <1245530900.58.0.522099408917.issue1612262@psf.upfronthosting.co.za>
2009-06-20 20:48:19roger.serwylinkissue1612262 messages
2009-06-20 20:48:19roger.serwycreate