[issue6847] Exception strings for bytearray say "bytes"

2009-09-06 Thread Mark Dickinson
Mark Dickinson added the comment: Thanks. Fixed in revisions r74677 through r74680. -- nosy: +marketdickinson resolution: -> fixed stage: -> committed/rejected status: open -> closed ___ Python tracker _

[issue6847] Exception strings for bytearray say "bytes"

2009-09-05 Thread Hagen Fürstenau
New submission from Hagen Fürstenau : Various exceptions thrown by bytearray objects talk of "bytes" instead of "bytearray". Correction attached. -- components: Interpreter Core files: bytearray_strings.patch keywords: patch messages: 92293 nosy: hagen severity: normal status: open title