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 <rep...@bugs.python.org>
<http://bugs.python.org/issue17842>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to