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 Rahul Gupta
Recipients Cesar.Kawakami, Devin Jeanpierre, Kyle.Buzsaki, Rahul Gupta, amaury.forgeotdarc, berker.peksag, eryksun, ezio.melotti, ionelmc, mark.dickinson, martin.panter, ncoghlan, r.david.murray, rhettinger
Date 2015-05-27.12:28:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1432729714.91.0.143520429848.issue23275@psf.upfronthosting.co.za>
In-reply-to
Content
isn't it logical?

[] is a mutable data structure
while () is a immutable data structure

(b, a) = [1, 2] is fine because a and b are mutable
History
Date User Action Args
2015-05-27 12:28:35Rahul Guptasetrecipients: + Rahul Gupta, rhettinger, amaury.forgeotdarc, mark.dickinson, ncoghlan, Devin Jeanpierre, ezio.melotti, ionelmc, r.david.murray, berker.peksag, martin.panter, eryksun, Cesar.Kawakami, Kyle.Buzsaki
2015-05-27 12:28:34Rahul Guptasetmessageid: <1432729714.91.0.143520429848.issue23275@psf.upfronthosting.co.za>
2015-05-27 12:28:34Rahul Guptalinkissue23275 messages
2015-05-27 12:28:34Rahul Guptacreate