On Sun, May 29, 2011 at 2:13 AM, gregory.p.smith
<[email protected]> wrote:
> Ironically: I don't think any platform should ever actually _use_ the
> pure Python subprocess code on POSIX platforms anymore.  This at least
> tests it properly in this stable branch.  The pure python code for
> this is likely to be removed in 3.3.

Don't do that - keeping the pure Python equivalents around can help
reduce the level of effort for other implementations (especially
PyPy).

Cheers,
Nick.

-- 
Nick Coghlan   |   [email protected]   |   Brisbane, Australia
_______________________________________________
Python-Dev mailing list
[email protected]
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to