cpython: e44b851d0a2b (original) (raw)
Mercurial > cpython
changeset 70323:e44b851d0a2b
Issue #11377: platform.popen() emits a DeprecationWarning [#11377]
Victor Stinner victor.stinner@haypocalc.com | |
---|---|
date | Tue, 24 May 2011 00:16:16 +0200 |
parents | 202d973e8bf5 |
children | d585a6d548a3 |
files | Lib/platform.py |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-)[+] [-] Lib/platform.py 2 |
line wrap: on
line diff
--- a/Lib/platform.py +++ b/Lib/platform.py @@ -361,6 +361,8 @@ def popen(cmd, mode='r', bufsize=-1): """ Portable popen() interface. """