Christian Heimes <[EMAIL PROTECTED]> added the comment:
The bug has been fixed a couple of days ago. The fix will be in the next
release of Python 2.6. Thanks.
--
nosy: +christian.heimes
resolution: -> out of date
status: open -> closed
___
Python tr
New submission from Wang Chun <[EMAIL PROTECTED]>:
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: