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 terry.reedy
Recipients terry.reedy
Date 2009-10-17.22:38:00
SpamBayes Score 0.0015118837
Marked as misclassified No
Message-id <1255819083.11.0.568760312973.issue7163@psf.upfronthosting.co.za>
In-reply-to
Content
IDLE
Python 3.1 (r31:73574, Jun 26 2009, 20:21:35) [MSC v.1500 32 bit
(Intel)] on win32

>>> import sys
>>> sys.stdout.write('abc')
abc

whereas

Command Window
Python 3.1 (r31:73574, Jun 26 2009, 20:21:35) [MSC v.1500 32 bit
(Intel)] on win32

>>> import sys
>>> sys.stdout.write('abc')
abc3
History
Date User Action Args
2009-10-17 22:38:03terry.reedysetrecipients: + terry.reedy
2009-10-17 22:38:03terry.reedysetmessageid: <1255819083.11.0.568760312973.issue7163@psf.upfronthosting.co.za>
2009-10-17 22:38:01terry.reedylinkissue7163 messages
2009-10-17 22:38:00terry.reedycreate