[issue17842] Add base64 module tests for a bytearray argument

Serhiy Storchaka report at bugs.python.org
Thu Apr 25 12:50:14 CEST 2013


New submission from Serhiy Storchaka:

Most base64 functions accepts str, bytes or bytearray. Lib/tests/test_base64.py tests only bytes (and sometimes str) arguments. At least one test case with bytearray argument needed for every function.

----------
components: Tests
keywords: easy
messages: 187771
nosy: serhiy.storchaka
priority: normal
severity: normal
stage: needs patch
status: open
title: Add base64 module tests for a bytearray argument
type: enhancement
versions: Python 3.3, Python 3.4

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue17842>
_______________________________________


More information about the Python-bugs-list mailing list