Message78127
| Author | fabioz |
|---|---|
| Recipients | fabioz, vstinner |
| Date | 2008-12-20.21:51:59 |
| SpamBayes Score | 0.003476961 |
| Marked as misclassified | No |
| Message-id | <1229809920.86.0.166853829613.issue4705@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Just as a note, Pydev needs the unbuffered output (or it cannot get it). This has been brought up in the python-dev list: http://mail.python.org/pipermail/python-dev/2008-December/084436.html As a workaround for now I'm using: sys.stdout._line_buffering = True, but that doesn't seem right as it's accessing an internal attribute. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2008-12-20 21:52:01 | fabioz | set | recipients: + fabioz, vstinner |
| 2008-12-20 21:52:00 | fabioz | set | messageid: <1229809920.86.0.166853829613.issue4705@psf.upfronthosting.co.za> |
| 2008-12-20 21:51:59 | fabioz | link | issue4705 messages |
| 2008-12-20 21:51:59 | fabioz | create | |