[New-bugs-announce] [issue11386] Fix exception thrown by bytearray.pop() for empty bytearrays

Eli Bendersky report at bugs.python.org
Thu Mar 3 19:29:03 CET 2011


New submission from Eli Bendersky <eliben at 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 <report at bugs.python.org>
<http://bugs.python.org/issue11386>
_______________________________________


More information about the New-bugs-announce mailing list