G
Grant Edwards
It's also cumbersome to use and I worry that some day
it will disapper. Does anyone actually use the 'commands'
module?
I do.
It's also cumbersome to use and I worry that some day
it will disapper. Does anyone actually use the 'commands'
module?
Alexander Schmolck said:Thanks -- I didn't know about that (small wonder -- it's undocumented; no
docstring and not in the manual).
Nick Craig-Wood said:...and doesn't do the right thing on windows - see my other posting in
this thread!
reliable*" version in another post (the code also happens to be terribly
inefficient, but that's presumably not such a big concern).
Carlos Ribeiro said:On Sun, 03 Oct 2004 15:50:18 +0100, Alexander Schmolck
Shouldn't it be easier (and less contentious) to add the 'run' function to
the commands module? I mean, messing with the os module may be a little bit
harder, because most calls there simply mimic the standard library calls.
Anyway, I think this horse has now been beaten to death -- either someone who
has the power to make inclusions has been convinced by now or it's not gonna
happen (at least not in the immediate future).
Robert Kern said:Not necessarily. It *is* unlikely that someone who "has the power to make
inclusions" is going to pick up on this and write an implementation for
you.
However, (and this is an important feature of Python's development) if *you*
write an implementation, document it, write unit tests for it, and present
it to the public and python-dev with a good case for its existence, it has a
pretty good chance of getting in.
Many (most?) of the active Python core developers don't read c.l.py with
any frequency. If you have a feature request, post it to the Sourceforge
bug tracker[1], preferably with a patch implementing the feature, or it's
almost certain that no-one will pick it up.
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.