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 pablogsal
Recipients eric.smith, facundobatista, pablogsal, rhettinger, serhiy.storchaka
Date 2017-10-18.09:29:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1508318959.95.0.213398074469.issue29696@psf.upfronthosting.co.za>
In-reply-to
Content
IMHO this change makes things a bit more consistent. In lots of places when a tuple is returned, a `structseq` is used to improve readability on the returned result. Some examples of this are:

* grp.struct_group
* os.terminal_size
* pwd.struct_passwd
* resource.struct_rusage
* signal.struct_siginfo
* time.struct_time
* spwd.struct_spwd
* sys.float_info
* sys.int_info
* string.FormatterItem
* sys.hash_info
* sys.getwindowsversion
* sys.flags
* sys.version_info
* sys.thread_info
History
Date User Action Args
2017-10-18 09:29:19pablogsalsetrecipients: + pablogsal, rhettinger, facundobatista, eric.smith, serhiy.storchaka
2017-10-18 09:29:19pablogsalsetmessageid: <1508318959.95.0.213398074469.issue29696@psf.upfronthosting.co.za>
2017-10-18 09:29:19pablogsallinkissue29696 messages
2017-10-18 09:29:19pablogsalcreate