Terry J. Reedy added the comment:

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.

----------

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

Reply via email to