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 amjad ben hedhili
Recipients amjad ben hedhili, rhettinger, serhiy.storchaka
Date 2018-03-21.13:21:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1521638476.31.0.467229070634.issue33103@psf.upfronthosting.co.za>
In-reply-to
Content
Yes that's a way to do it but "a, b, c = my_list[1, 3, -1]" seems so pythonic and straight forward, it's like formatting, python had already 3 methods to do it when it introduced a 4th one (f-strings), easier is better especially in python.
History
Date User Action Args
2018-03-21 13:21:16amjad ben hedhilisetrecipients: + amjad ben hedhili, rhettinger, serhiy.storchaka
2018-03-21 13:21:16amjad ben hedhilisetmessageid: <1521638476.31.0.467229070634.issue33103@psf.upfronthosting.co.za>
2018-03-21 13:21:16amjad ben hedhililinkissue33103 messages
2018-03-21 13:21:16amjad ben hedhilicreate