This little program:
print '-'
print
print
print '-'
Prints this in cpython:
-
-
But when run in the desktop platform this is the output:
-
-
The simple work-around is to print '\0', but this might be a little
bug.
Original issue reported on code.google.com by dwhall...@gmail.com on 25 Oct 2010 at 6:42
Original issue reported on code.google.com by
dwhall...@gmail.com
on 25 Oct 2010 at 6:42