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 terry.reedy
Recipients can.ibanoglu, markroseman, python-dev, terry.reedy
Date 2015-08-18.17:45:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1439919933.89.0.183082094608.issue24790@psf.upfronthosting.co.za>
In-reply-to
Content
7. Sorts global and local names (as with dir()).

8. Don't expand values with their class attributes, at least not for builtins.  Example

+ <dir icon> __doc__  = None

Clicking + gives all the attributes of type(None), each with its own +.  It does not do this for ints and strings.
History
Date User Action Args
2015-08-18 17:45:33terry.reedysetrecipients: + terry.reedy, markroseman, python-dev, can.ibanoglu
2015-08-18 17:45:33terry.reedysetmessageid: <1439919933.89.0.183082094608.issue24790@psf.upfronthosting.co.za>
2015-08-18 17:45:33terry.reedylinkissue24790 messages
2015-08-18 17:45:33terry.reedycreate