summaryrefslogtreecommitdiff
path: root/Lib/platform.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/platform.py')
-rwxr-xr-xLib/platform.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/platform.py b/Lib/platform.py
index fb65b4ba34..75bc5f3b97 100755
--- a/Lib/platform.py
+++ b/Lib/platform.py
@@ -357,7 +357,7 @@ def dist(distname='',version='',id='',
supported_dists=supported_dists,
full_distribution_name=0)
-def popen(cmd, mode='r', bufsize=None):
+def popen(cmd, mode='r', bufsize=-1):
""" Portable popen() interface.
"""