I strongly dislike Python 3

rurpy at yahoo.com rurpy at yahoo.com
Wed Jun 30 19:43:14 EDT 2010


On Jun 30, 9:42 am, Michele Simionato <michele.simion... at gmail.com>
wrote:

> Actually when debugging I use pdb which uses "p" (no parens) for
> printing, so having
> print or print() would not make any difference for me.

Perhaps you don't use CJK strings much?
 p u'\u30d1\u30a4\u30c8\u30f3' give quite a different
result than
 print u'\u30d1\u30a4\u30c8\u30f3'
at least in python2.  Is this different in python3?



More information about the Python-list mailing list