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 dsm001
Recipients dsm001
Date 2009-04-25.13:59:44
SpamBayes Score 6.0780025e-05
Marked as misclassified No
Message-id <1240667987.1.0.449932138583.issue5841@psf.upfronthosting.co.za>
In-reply-to
Content
The commands module is absent in 3.0 but isn't py3k-warned in trunk. 
getstatus was deprecated and mkarg/mk2arg were py3k deprecated, but not
the module or getoutput and getstatusoutput, which now live in
subprocess in 3.x.

This patch adds a module-level py3k warning with subprocess
recommendation, removes the function-level py3k warnings, and adds
deprecation tag to commands.rst.

Made this a new issue rather than adding to 2775 (the PEP3108
implementation issue) because its nosy list is pretty long and this is
pretty minor..
History
Date User Action Args
2009-04-25 13:59:47dsm001setrecipients: + dsm001
2009-04-25 13:59:47dsm001setmessageid: <1240667987.1.0.449932138583.issue5841@psf.upfronthosting.co.za>
2009-04-25 13:59:45dsm001linkissue5841 messages
2009-04-25 13:59:45dsm001create