Message123737
Hi Gregory, I saw your commit here:
http://code.activestate.com/lists/python-checkins/91914/
This basically means that in 3.2 it is mandatory to specify close_fds to avoid a DeprecationWarning. *BUT* there is no good value that works both on Windows and Linux if you redirect stdout/stderr, as shown in this bug.
So basically in 3.2 to avoid a warning, each and every usage of Popen() with a redirection should be guarded by an if that checks the platform. I don't think this is acceptable.
Have I misunderstood something? Also: can you please explain how the behaviour is going to change in 3.3? I assume that you are planning to change the default to True; but would that also cover Windows' singularity in redirection cases? |
|
Date |
User |
Action |
Args |
2010-12-10 16:46:20 | Giovanni.Bajo | set | recipients:
+ Giovanni.Bajo, gregory.p.smith, paul.moore, milko.krachounov |
2010-12-10 16:46:20 | Giovanni.Bajo | set | messageid: <1291999580.04.0.401878594715.issue7213@psf.upfronthosting.co.za> |
2010-12-10 16:46:13 | Giovanni.Bajo | link | issue7213 messages |
2010-12-10 16:46:12 | Giovanni.Bajo | create | |
|