Movatterモバイル変換


[0]ホーム

URL:


Up one LevelPython Library ReferenceContentsModule IndexIndex

17.1subprocess -- Subprocess management

New in version 2.4.

Thesubprocess module allows you to spawn new processes,connect to their input/output/error pipes, and obtain their returncodes. This module intends to replace several other, older modulesand functions, such as:

os.systemos.spawn*os.popen*popen2.*commands.*

Information about how thesubprocess module can be used toreplace these modules and functions can be found in the followingsections.



Subsections


Up one LevelPython Library ReferenceContentsModule IndexIndex

Release 2.5.2, documentation updated on 21st February, 2008.
SeeAbout this document... for information on suggesting changes.
[8]ページ先頭

©2009-2025 Movatter.jp