diff options
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -609,6 +609,9 @@ Build Documentation ------------- +- Issue #16115: Improve subprocess.Popen() documentation around args, shell, + and executable arguments. + - Issue #13498: Clarify docs of os.makedirs()'s exist_ok argument. Done with great native-speaker help from R. David Murray. |