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 yselivanov
Recipients benjamin.peterson, giampaolo.rodola, gvanrossum, ncoghlan, pitrou, python-dev, richard.kiss, vstinner, yselivanov
Date 2014-04-15.16:24:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1397579086.02.0.350963200623.issue21209@psf.upfronthosting.co.za>
In-reply-to
Content
> I should check, but I think that Python create a tuple for you if you don't pass directly a tuple, so it's not very different.

That's what I thought, but still, better to have the code clearly expressing what it does, than relying on obscure implementation/protocol details.
History
Date User Action Args
2014-04-15 16:24:46yselivanovsetrecipients: + yselivanov, gvanrossum, ncoghlan, pitrou, vstinner, giampaolo.rodola, benjamin.peterson, python-dev, richard.kiss
2014-04-15 16:24:46yselivanovsetmessageid: <1397579086.02.0.350963200623.issue21209@psf.upfronthosting.co.za>
2014-04-15 16:24:46yselivanovlinkissue21209 messages
2014-04-15 16:24:45yselivanovcreate