26 Sep
2007
26 Sep
'07
5:01 a.m.
On Tue, 2007-09-25 at 11:40 -0500, Aaron Spike wrote:
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:
Thanks for the info, I can't find where it says exactly how it handles the data -- but I'm pretty sure it's leaving the quotes in now.
Thanks, Ted