This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Алексей Аверченко
Recipients Алексей Аверченко
Date 2017-10-19.20:34:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1508445256.4.0.213398074469.issue31823@psf.upfronthosting.co.za>
In-reply-to
Content
[11:30:03 ~]$ python
Python 3.6.1 |Anaconda 4.4.0 (x86_64)| (default, May 11 2017, 13:04:09)
[GCC 4.2.1 Compatible Apple LLVM 6.0 (clang-600.0.57)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import subprocess
>>> help(subprocess.Popen.__init__)
Help on function __init__ in module subprocess:

__init__(self, args, bufsize=-1, executable=None, stdin=None, stdout=None, stderr=None, preexec_fn=None, close_fds=<object object at 0x10df99150>, shell=False, cwd=None, env=None, universal_newlines=False, startupinfo=None, creationflags=0, restore_signals=True, start_new_session=False, pass_fds=(), *, encoding=None, errors=None)
    Create new Popen instance.
History
Date User Action Args
2017-10-19 20:34:16Алексей Аверченкоsetrecipients: + Алексей Аверченко
2017-10-19 20:34:16Алексей Аверченкоsetmessageid: <1508445256.4.0.213398074469.issue31823@psf.upfronthosting.co.za>
2017-10-19 20:34:16Алексей Аверченкоlinkissue31823 messages
2017-10-19 20:34:16Алексей Аверченкоcreate