New submission from Eli Bendersky <eli...@gmail.com>:

bytearray.pop() currently throws OverflowError when popping an empty bytearray, 
instead of IndexError.

See Issue #10516 for reference discussion.

----------
assignee: rhettinger
components: Interpreter Core
keywords: easy, needs review
messages: 129989
nosy: eli.bendersky, georg.brandl, ncoghlan, rhettinger, terry.reedy
priority: normal
severity: normal
stage: patch review
status: open
title: Fix exception thrown by bytearray.pop() for empty bytearrays
type: behavior
versions: Python 3.3

_______________________________________
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