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 amaury.forgeotdarc
Recipients amaury.forgeotdarc, justincappos
Date 2008-06-19.19:32:27
SpamBayes Score 0.11251306
Marked as misclassified No
Message-id <1213903951.78.0.510105384861.issue3144@psf.upfronthosting.co.za>
In-reply-to
Content
This is so true that these functions are now documented as deprecated:
http://docs.python.org/dev/library/os.html#os.popen2

Please use the subprocess.Popen class instead, which gives a much better
interface to processes.
History
Date User Action Args
2008-06-19 19:32:34amaury.forgeotdarcsetspambayes_score: 0.112513 -> 0.11251306
recipients: + amaury.forgeotdarc, justincappos
2008-06-19 19:32:31amaury.forgeotdarcsetspambayes_score: 0.112513 -> 0.112513
messageid: <1213903951.78.0.510105384861.issue3144@psf.upfronthosting.co.za>
2008-06-19 19:32:30amaury.forgeotdarclinkissue3144 messages
2008-06-19 19:32:29amaury.forgeotdarccreate