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 neologix
Recipients neologix, techtonik, terry.reedy
Date 2012-12-22.09:12:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1356167549.92.0.247584728534.issue16689@psf.upfronthosting.co.za>
In-reply-to
Content
It's not an issue at all, it's simply buffering in effect.
Depending on the version, stdout/stderr is either unbuffured or fully buffered, see http://bugs.python.org/issue13597

Simply pass '-u' and streams will be unbuffered, and appear in the order in chich the print() calls are made.
History
Date User Action Args
2012-12-22 09:12:30neologixsetrecipients: + neologix, terry.reedy, techtonik
2012-12-22 09:12:29neologixsetmessageid: <1356167549.92.0.247584728534.issue16689@psf.upfronthosting.co.za>
2012-12-22 09:12:29neologixlinkissue16689 messages
2012-12-22 09:12:29neologixcreate