mirror of
https://github.com/python/cpython.git
synced 2025-12-04 00:30:19 +00:00
clarify the docs and new warning message.
This commit is contained in:
parent
2f0fd0fa4f
commit
8c647cd737
2 changed files with 3 additions and 3 deletions
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue