Message175419
On Python 3.3 under Windows and GNU/Linux, sys.stdout.write prints the length of string along with the string itself:
>>> sys.stdout.write("a_string")
a_string8
Note the '8' at the end of 'a_string'.
Is it expected behavior? |
|
Date |
User |
Action |
Args |
2012-11-12 06:51:28 | firatozgul | set | recipients:
+ firatozgul |
2012-11-12 06:51:28 | firatozgul | set | messageid: <1352703088.16.0.793564052776.issue16459@psf.upfronthosting.co.za> |
2012-11-12 06:51:28 | firatozgul | link | issue16459 messages |
2012-11-12 06:51:27 | firatozgul | create | |
|