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 rhettinger
Recipients rhettinger
Date 2015-08-17.06:44:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1439793879.07.0.999470422485.issue24879@psf.upfronthosting.co.za>
In-reply-to
Content
With the attached patch, the new output is:

 |  ----------------------------------------------------------------------
 |  Data descriptors defined here:
 |  
 |  nickname
 |      Alias for field number 0
 |   
 |  firstname
 |      Alias for field number 1 
 | 
 |  age
 |      Alias for field number 2
 | 
 |  __dict__
 |      A new OrderedDict mapping field names to their values
History
Date User Action Args
2015-08-17 06:44:39rhettingersetrecipients: + rhettinger
2015-08-17 06:44:39rhettingersetmessageid: <1439793879.07.0.999470422485.issue24879@psf.upfronthosting.co.za>
2015-08-17 06:44:39rhettingerlinkissue24879 messages
2015-08-17 06:44:39rhettingercreate