Message 122147 - Python tracker

Message122147

Author lambacck
Recipients belopolsky, doerwalter, eric.araujo, ezio.melotti, georg.brandl, gpolo, lambacck, rhettinger, vstinner
Date 2010-11-22.16:55:43
SpamBayes Score 2.7565794e-10
Marked as misclassified No
Message-id <1290444945.23.0.663068521515.issue10087@psf.upfronthosting.co.za>
In-reply-to
Content
I am attaching a new patch which fixes the majority of the comments raised.

1. Any suggestions about how to test the output of the console program (the case that this bug affects) would be appreciated.

2. Agreed, included in the output for --help

3. Agreed, included in new patch

4. Okay. That is because of using write vs print. Changed to always use write

5. Doesn't seem to cause any issues on windows terminal.
History
Date User Action Args
2010-11-22 16:55:45lambaccksetrecipients: + lambacck, doerwalter, georg.brandl, rhettinger, belopolsky, vstinner, gpolo, ezio.melotti, eric.araujo
2010-11-22 16:55:45lambaccksetmessageid: <1290444945.23.0.663068521515.issue10087@psf.upfronthosting.co.za>
2010-11-22 16:55:43lambaccklinkissue10087 messages
2010-11-22 16:55:43lambacckcreate