Raymond Hettinger <rhettin...@users.sourceforge.net> added the comment:

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.

----------
assignee: rhettinger -> eli.bendersky
nosy: +nnorwitz
resolution:  -> accepted
versions: +Python 3.2

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue11386>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to