[issue5499] only accept byte for getarg('c') and unicode for getarg('C')

STINNER Victor report at bugs.python.org
Tue Mar 17 18:25:19 CET 2009


STINNER Victor <victor.stinner at haypocalc.com> added the comment:

unicode methods center(), ljust(), rjust() use a callback (convert_uc) 
to get an unicode character (unicode string of 1 character). If 'C' is 
fixed, convert_uc() callback can be removed.

----------

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


More information about the Python-bugs-list mailing list