This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author firatozgul
Recipients firatozgul
Date 2012-11-12.06:51:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1352703088.16.0.793564052776.issue16459@psf.upfronthosting.co.za>
In-reply-to
Content
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?
History
Date User Action Args
2012-11-12 06:51:28firatozgulsetrecipients: + firatozgul
2012-11-12 06:51:28firatozgulsetmessageid: <1352703088.16.0.793564052776.issue16459@psf.upfronthosting.co.za>
2012-11-12 06:51:28firatozgullinkissue16459 messages
2012-11-12 06:51:27firatozgulcreate