[issue33079] subprocess: document the interaction between subprocess.Popen and os.set_inheritable

2018-03-15 Thread Simon Lipp
New submission from Simon Lipp <keeja...@hwold.net>: >From current `os` documentation: > A file descriptor has an “inheritable” flag which indicates if the file > descriptor can be inherited by child processes from current `subprocess` documentation: > If close_fds

[issue24255] Replace debuglevel-related logic with logging

2018-02-09 Thread Simon Lipp
Change by Simon Lipp <keeja...@hwold.net>: -- nosy: +sloonz ___ Python tracker <rep...@bugs.python.org> <https://bugs.python.org/issue24255> ___ __