On 31Oct2014 05:28, [email protected] <[email protected]> wrote:
What is Popen class?

It's a class from the subprocess module:

  https://docs.python.org/3/library/subprocess.html#module-subprocess

used for starting external programs, waiting for them to execute, and using their input and outputs.

Cheers,
Cameron Simpson <[email protected]>

manual, n.:
A unit of documentation. There are always three or more on a given item.
One is on the shelf; someone has the others.
The information you need is in the others.               - Ray Simard
--
https://mail.python.org/mailman/listinfo/python-list

Reply via email to