[New-bugs-announce] [issue4227] unicode_literals and print_function do not work together.

Wang Chun report at bugs.python.org
Wed Oct 29 10:57:56 CET 2008


New submission from Wang Chun <yaohua2000 at gmail.com>:

If "from __future__ import unicode_literals, print_function", 
unicode_literals works, but not print_function;

If "from __future__ import print_function, unicode_literals", 
print_function works, but not unicode_literals.

----------
components: Interpreter Core
messages: 75314
nosy: wangchun
severity: normal
status: open
title: unicode_literals and print_function do not work together.
type: behavior
versions: Python 2.6

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


More information about the New-bugs-announce mailing list