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 vstinner
Recipients mark.dickinson, python-dev, rhettinger, serhiy.storchaka, tim.peters, vstinner
Date 2016-01-27.09:27:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1453886836.63.0.849669398124.issue26194@psf.upfronthosting.co.za>
In-reply-to
Content
> -1 is the position before the last element ('C'). After popping-off extra element the result can be ['A', 'B', None] or ['B', None, 'C'].

Oh ok :-) Now I'm confused, I don't know what is the expected behaviour :-)
History
Date User Action Args
2016-01-27 09:27:16vstinnersetrecipients: + vstinner, tim.peters, rhettinger, mark.dickinson, python-dev, serhiy.storchaka
2016-01-27 09:27:16vstinnersetmessageid: <1453886836.63.0.849669398124.issue26194@psf.upfronthosting.co.za>
2016-01-27 09:27:16vstinnerlinkissue26194 messages
2016-01-27 09:27:16vstinnercreate