New submission from Terry J. Reedy <tjre...@udel.edu>: 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 ---------- components: IDLE messages: 94191 nosy: tjreedy severity: normal status: open title: IDLE suppresses sys.stdout.write() return value versions: Python 3.1, Python 3.2 _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue7163> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com