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 SilentGhost
Recipients Ben Schreib, SilentGhost, docs@python
Date 2015-12-05.17:45:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1449337546.64.0.0758463336246.issue25808@psf.upfronthosting.co.za>
In-reply-to
Content
No, what this piece of code shows is that trying to assign a value to a tuple element will cause an error. Of course, the same error would be raise when using the the value 12345, but it's more instructive to use a different value to not confuse the reader.
History
Date User Action Args
2015-12-05 17:45:46SilentGhostsetrecipients: + SilentGhost, docs@python, Ben Schreib
2015-12-05 17:45:46SilentGhostsetmessageid: <1449337546.64.0.0758463336246.issue25808@psf.upfronthosting.co.za>
2015-12-05 17:45:46SilentGhostlinkissue25808 messages
2015-12-05 17:45:46SilentGhostcreate