STINNER Victor added the comment:

I really hate script_helper API: keyword arguments are only used to pass 
environment variables, so the function uses hackish parameteres like 
__cleanenv=True...

I would prefer to pass keywords unchanged to Popen() to be able to use 
universal_newlines=True for example.

Since we have +10k tests, I suggest to not touch the existing API but add yet 
another API: a new function in support/script_helper.py.

What do you think?

----------
nosy: +haypo

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

Reply via email to