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 sk xing
Recipients paul.moore, sk xing, steve.dower, tim.golden, zach.ware
Date 2017-09-19.03:11:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1505790693.14.0.739327003002.issue31514@psf.upfronthosting.co.za>
In-reply-to
Content
The setdefault method of the tuple allows the introduction of custom data types.At this point, the __repr__ method is implemented so that the returned data type has an error.The type of str is returned, but the int type is written to the tuple.Also, write str without quotation marks.
Look at the demo.py in the attachment
History
Date User Action Args
2017-09-19 03:11:33sk xingsetrecipients: + sk xing, paul.moore, tim.golden, zach.ware, steve.dower
2017-09-19 03:11:33sk xingsetmessageid: <1505790693.14.0.739327003002.issue31514@psf.upfronthosting.co.za>
2017-09-19 03:11:32sk xinglinkissue31514 messages
2017-09-19 03:11:32sk xingcreate