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 AugPro
Recipients AugPro
Date 2019-05-15.09:02:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1557910958.96.0.205285122739.issue36923@roundup.psfhosted.org>
In-reply-to
Content
I think this would help development a lot.
Below an example of how i would see the function written for zip:

def __str__(self):
    return str((*self,))

# And for __repr__ function
def __repr__(self):
    return f'zip{str(self)}'
History
Date User Action Args
2019-05-15 09:02:38AugProsetrecipients: + AugPro
2019-05-15 09:02:38AugProsetmessageid: <1557910958.96.0.205285122739.issue36923@roundup.psfhosted.org>
2019-05-15 09:02:38AugProlinkissue36923 messages
2019-05-15 09:02:38AugProcreate