Steve Dower <steve.do...@python.org> added the comment:

> nt.spawnv[e](), nt.waitpid(), and nt.system() could also be implemented with 
> subprocess.

I like the idea, but we shouldn't invert the dependencies like that. nt/os is a 
lower-level library, and should provide its own implementation (that perhaps 
subprocess could then use).

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue19124>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to