25 Sep
2007
25 Sep
'07
4:40 p.m.
Ted Gould wrote:
Well, we're not using the shell anymore. So that removes one variable. I'm guessing at this point that Python is looking at '--myvar="bob"' and doing a split on '=' and then returning the right hand side. Do you know if that's true?
We're using the optparse module from the python standard library. Documentation can be found at:
http://www.python.org/doc/2.4/lib/module-optparse.html
Aaron Spike