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 handle
Recipients handle
Date 2018-04-09.13:29:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1523280547.57.0.682650639539.issue33250@psf.upfronthosting.co.za>
In-reply-to
Content
I'd like to suggest moving the output of a modules version, e.g. 

VERSION 
   __version__ 

up as it can "buried" by PACKAGE CONTENTS and DATA items.

https://github.com/python/cpython/blob/3.6/Lib/pydoc.py#L1181

The other attributes (date, author, credits) could be moved up, too, e.g. to https://github.com/python/cpython/blob/3.6/Lib/pydoc.py#L1117

Of course this depends on the use case (what are we looking for), but assuming these attributes are rather limited and constant in size, they would not be blocking access to the further items.
History
Date User Action Args
2018-04-09 13:29:07handlesetrecipients: + handle
2018-04-09 13:29:07handlesetmessageid: <1523280547.57.0.682650639539.issue33250@psf.upfronthosting.co.za>
2018-04-09 13:29:07handlelinkissue33250 messages
2018-04-09 13:29:07handlecreate