summaryrefslogtreecommitdiff
path: root/Lib/subprocess.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/subprocess.py')
-rw-r--r--Lib/subprocess.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/Lib/subprocess.py b/Lib/subprocess.py
index 949c30a509..0b33157650 100644
--- a/Lib/subprocess.py
+++ b/Lib/subprocess.py
@@ -623,8 +623,8 @@ class Popen(object):
# Notification for http://bugs.python.org/issue7213 & issue2320
warnings.warn(
'The close_fds parameter was not specified. Its default'
- ' will change from False to True in a future Python'
- ' version. Most users should set it to True. Please'
+ ' behavior will change in a future Python version. '
+ ' Most users should set it to True. Please'
' update your code explicitly set close_fds.',
DeprecationWarning)