diff options
author | Neal Norwitz <nnorwitz@gmail.com> | 2007-05-11 06:57:33 (GMT) |
---|---|---|
committer | Neal Norwitz <nnorwitz@gmail.com> | 2007-05-11 06:57:33 (GMT) |
commit | 42dd86b8e2773c342ca7fa0ffcc9d1cbb8589bd3 (patch) | |
tree | 27d7ad013999378e92e4a94742831cd2081f5359 /Misc | |
parent | 82be218e971725657af9b3231a0c467e99ade26f (diff) | |
download | cpython-42dd86b8e2773c342ca7fa0ffcc9d1cbb8589bd3.zip cpython-42dd86b8e2773c342ca7fa0ffcc9d1cbb8589bd3.tar.gz cpython-42dd86b8e2773c342ca7fa0ffcc9d1cbb8589bd3.tar.bz2 |
Deprecate os.popen* and popen2 module in favor of the subprocess module.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -207,6 +207,8 @@ Core and builtins Library ------- +- The popen2 module and os.popen* are deprecated. Use the subprocess module. + - Added an optional credentials argument to SMTPHandler, for use with SMTP servers which require authentication. |