Message73423
Python 2.6 and 3.0 come with a completely new I/O implementation, which
correctly handle pipes in this regard (I just tested).
http://docs.python.org/dev/library/io.html
With the 3.0 version, the built-in open() is an alias for io.open;
with 2.6, you have to use io.open() explicitely. |
|
Date |
User |
Action |
Args |
2008-09-19 08:35:14 | amaury.forgeotdarc | set | recipients:
+ amaury.forgeotdarc, endolith |
2008-09-19 08:35:13 | amaury.forgeotdarc | set | messageid: <1221813313.69.0.319309336913.issue3907@psf.upfronthosting.co.za> |
2008-09-19 08:35:12 | amaury.forgeotdarc | link | issue3907 messages |
2008-09-19 08:35:11 | amaury.forgeotdarc | create | |
|