Toying with pypy

wxjmfauth at gmail.com wxjmfauth at gmail.com
Thu Feb 26 03:58:23 EST 2015


I just try to reproduced the following with pypy.
Unfortunately, that's impossible.

D:\junk>d:\jm\wuni\jmtest2
Py 3.2.5 (default, May 15 2013, 23:06:03) [MSC v.1500 32 bit (Intel)]
Quelques caractères: «abc需ßÜÆŸçñö»
Loop: empty string => quit
—>abc需z
Votre entrée était : abc需z  7 caractère(s)
—>abc\u03b1\u03b2\u03b3\u0430\u0431\u0432end
Votre entrée était : abcαβγабвend  12 caractère(s)
—>z\\z\u0153z
Votre entrée était : z\zœz  5 caractère(s)
—>a\\009z
Votre entrée était : a\009z  6 caractère(s)
—>a\009z
Wahrscheinlich falsches \uxxxx, (single, invalid backslash)
—>c:\\temp\\new.txt
Votre entrée était : c:\temp\new.txt  15 caractère(s)
—>etc
Votre entrée était : etc  3 caractère(s)
—>
Fin

D:\junk>




More information about the Python-list mailing list