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 Saps
Recipients Saps, ammar2
Date 2018-10-19.03:03:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1539918182.61.0.788709270274.issue35023@psf.upfronthosting.co.za>
In-reply-to
Content
It makes sense that the it wont re-iterate, but this scenario is totally legit and should be handled in a better way. Iterating through items does not really help here because that will give me a tuple and they are immutable.
History
Date User Action Args
2018-10-19 03:03:02Sapssetrecipients: + Saps, ammar2
2018-10-19 03:03:02Sapssetmessageid: <1539918182.61.0.788709270274.issue35023@psf.upfronthosting.co.za>
2018-10-19 03:03:02Sapslinkissue35023 messages
2018-10-19 03:03:02Sapscreate