Message78420
| Author | vstinner |
|---|---|
| Recipients | fabioz, pitrou, vstinner |
| Date | 2008-12-28.16:57:47 |
| SpamBayes Score | 2.5175055e-09 |
| Marked as misclassified | No |
| Message-id | <1230483468.8.0.916460309218.issue4705@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Attached: quick and dirty test to check if the standard input is buffered or not. My short test program works with python2.5 and py3k trunk without the -u command line option. So changing sys.stdin buffer is not really important. About the wrong name, I opened a separated issue: #4762, PyFile_FromFd() doesn't set the file name. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2008-12-28 16:57:49 | vstinner | set | recipients: + vstinner, pitrou, fabioz |
| 2008-12-28 16:57:48 | vstinner | set | messageid: <1230483468.8.0.916460309218.issue4705@psf.upfronthosting.co.za> |
| 2008-12-28 16:57:48 | vstinner | link | issue4705 messages |
| 2008-12-28 16:57:47 | vstinner | create | |