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 pitrou
Recipients belopolsky, cben, eric.araujo, lesmana, loewis, ned.deily, pitrou, r.david.murray, ronaldoussoren
Date 2011-08-18.18:32:07
SpamBayes Score 6.022329e-08
Marked as misclassified No
Message-id <1313692197.3602.28.camel@localhost.localdomain>
In-reply-to <1313687124.81.0.0770352701255.issue5845@psf.upfronthosting.co.za>
Content
> Updated patch (not using Mercurial, looks like I haven’t enough
> bandwidth to push all those changesets).

I think there's a bug in the way you are detecting interactive mode:

$ ./python -c "import sys; print(sys.stdin.isatty())"
True
History
Date User Action Args
2011-08-18 18:32:08pitrousetrecipients: + pitrou, loewis, ronaldoussoren, cben, belopolsky, ned.deily, eric.araujo, r.david.murray, lesmana
2011-08-18 18:32:07pitroulinkissue5845 messages
2011-08-18 18:32:07pitroucreate