[issue5841] add py3k warnings to commands

2009-04-25 Thread Georg Brandl
Georg Brandl added the comment: Thanks, committed in r71904. -- nosy: +georg.brandl resolution: -> accepted status: open -> closed ___ Python tracker ___ ___

[issue5841] add py3k warnings to commands

2009-04-25 Thread DSM
New submission from DSM : 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 wi