[docs] [issue12380] bytearray methods center, ljust, rjust don't accept a bytearray as the fill character

Petri Lehtinen report at bugs.python.org
Wed Jul 27 20:54:21 CEST 2011


Petri Lehtinen <petri at digip.org> added the comment:

Updated the patch to add tests for {bytes,bytearray}.{center,ljust,rjust}. The tests check that both bytes and bytearray are always accepted as the fill character.

----------
Added file: http://bugs.python.org/file22779/c_format_bytearray_plus_additional_tests.patch

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


More information about the docs mailing list