[issue17365] Remove Python 2 code from test_print

Terry J. Reedy report at bugs.python.org
Sat Mar 9 04:21:51 CET 2013


Terry J. Reedy added the comment:

In 3.3+ the u prefix is ignored in the lexer stage and I am sure that is tested in the string literal syntax tests. It has nothing to do with printing. The commented out tests you appropriately removed were testing the printing of unicode instead of byte strings.

----------
nosy: +ezio.melotti, michael.foord, pitrou, terry.reedy
stage:  -> patch review
type:  -> enhancement

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


More information about the Python-bugs-list mailing list