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 rhettinger
Recipients eli.bendersky, georg.brandl, ncoghlan, nnorwitz, rhettinger, terry.reedy
Date 2011-03-03.18:50:15
SpamBayes Score 1.2475849e-06
Marked as misclassified No
Message-id <1299178216.76.0.0544912623929.issue11386@psf.upfronthosting.co.za>
In-reply-to
Content
The patch looks fine.  Please apply and backport.

Also, please search all other pop() methods in the standard library to see if this bug occurred anywhere else.  Popping from an empty container should be a LookupError, either IndexError for sequences or KeyError for mappings.
History
Date User Action Args
2011-03-03 18:50:16rhettingersetrecipients: + rhettinger, nnorwitz, georg.brandl, terry.reedy, ncoghlan, eli.bendersky
2011-03-03 18:50:16rhettingersetmessageid: <1299178216.76.0.0544912623929.issue11386@psf.upfronthosting.co.za>
2011-03-03 18:50:16rhettingerlinkissue11386 messages
2011-03-03 18:50:15rhettingercreate