Message 143256 - Python tracker
Message143256
| Author | Albert.Zeyer |
|---|---|
| Recipients | Albert.Zeyer |
| Date | 2011-08-31.14:38:37 |
| SpamBayes Score | 3.0730636e-08 |
| Marked as misclassified | No |
| Message-id | <1314801518.5.0.445361297153.issue12869@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
PyOS_StdioReadline from Parser/myreadline.c is printing the prompt on stderr. I think it should print it on the given parameter sys_stdout. Other readline implementations (like from the readline module) also behave this way. Even if it really is supposed to write on stderr, it should use the `sys.stderr` and not the system stderr. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2011-08-31 14:38:38 | Albert.Zeyer | set | recipients: + Albert.Zeyer |
| 2011-08-31 14:38:38 | Albert.Zeyer | set | messageid: <1314801518.5.0.445361297153.issue12869@psf.upfronthosting.co.za> |
| 2011-08-31 14:38:37 | Albert.Zeyer | link | issue12869 messages |
| 2011-08-31 14:38:37 | Albert.Zeyer | create | |