calling command line programs?
Grant Edwards
grante at visi.com
Sat Sep 10 20:57:43 EDT 2005
More information about the Python-list mailing list
Sat Sep 10 20:57:43 EDT 2005
- Previous message (by thread): How to handle very large MIME Messages with the email package?
- Next message (by thread): calling command line programs?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On 2005-09-10, chriss <chriss at streiff.org> wrote: >> Take a look at os.popen, os.spawn, or the popen2, and >> subprocess modules. >> >> That last one seems to be gaining popularity. > > The suggested modules and functions have been deprecated according to the > python 2.4 docs. The doc suggests to use the functions in the 'subprocess' > module. The subprocess module is depricated? -- Grant Edwards grante Yow! Did you move a lot at of KOREAN STEAK KNIVES this visi.com trip, Dingy?
- Previous message (by thread): How to handle very large MIME Messages with the email package?
- Next message (by thread): calling command line programs?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list