Message155401
Robert: this is not a bug. Python's IO stack has the fundamental assumption that streams are byte-oriented. So the "shouldn't be the output in Unicode" is not a possible solution, since Unicode cannot work on a byte stream.
As a feature request, this is indeed a duplicate of 1602. |
|
| Date |
User |
Action |
Args |
| 2012-03-11 18:18:17 | loewis | set | recipients:
+ loewis, pitrou, ezio.melotti, Robert.Sjöblom |
| 2012-03-11 18:18:17 | loewis | set | messageid: <[email protected]> |
| 2012-03-11 18:18:17 | loewis | link | issue14253 messages |
| 2012-03-11 18:18:16 | loewis | create | |
|