[issue2872] Remove commands for PEP 3108

Quentin Gallet-Gilles report at bugs.python.org
Fri May 23 14:29:35 CEST 2008


Quentin Gallet-Gilles <qgallet at gmail.com> added the comment:

Ok, here are the patches. Since it's a combination of renaming and
removing, I had to improvise a little (particularly in the 2.6
documentation). Hope it's done correctly.

I still have doubts about the following issue. As commented in
test_commands.py:
# The module says:
#   "NB This only works (and is only relevant) for UNIX."
#
# Actually, getoutput should work on any platform with an os.popen, but
# I'll take the comment as given, and skip this suite.

I also decided to play it safe and didn't change the test (both in
trunk/test_py3kwarn and py3k/test_subprocess). Should this restriction
remain?

Added file: http://bugs.python.org/file10413/remove_commands.patch

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue2872>
__________________________________


More information about the Python-bugs-list mailing list