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 martin.panter
Recipients Cesar.Kawakami, Devin Jeanpierre, Kyle.Buzsaki, Rahul Gupta, amaury.forgeotdarc, berker.peksag, eryksun, ezio.melotti, flying sheep, ionelmc, mark.dickinson, martin.panter, ncoghlan, r.david.murray, rhettinger, scoder
Date 2015-07-06.23:20:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1436224830.07.0.240523756013.issue23275@psf.upfronthosting.co.za>
In-reply-to
Content
I welcome this patch to go ahead. But the documentation <https://docs.python.org/3.6/reference/simple_stmts.html#assignment-statements> also needs updating (see original post). I think it should mention that “target_list” can be empty. And it should use “iterable” instead of “sequence” in more places.
History
Date User Action Args
2015-07-06 23:20:30martin.pantersetrecipients: + martin.panter, rhettinger, amaury.forgeotdarc, mark.dickinson, ncoghlan, scoder, Devin Jeanpierre, ezio.melotti, ionelmc, r.david.murray, flying sheep, berker.peksag, eryksun, Cesar.Kawakami, Kyle.Buzsaki, Rahul Gupta
2015-07-06 23:20:30martin.pantersetmessageid: <1436224830.07.0.240523756013.issue23275@psf.upfronthosting.co.za>
2015-07-06 23:20:30martin.panterlinkissue23275 messages
2015-07-06 23:20:29martin.pantercreate