How to pass the raw command line arguments to the python? Such as:
mypython.py txt -c "Test Only" {Help}
The arguments I hope to get is:
txt -c "Test Only" {Help} -- Keep the
quotation marks in the arguments.
--
http://mail.python.org/mailman/listinfo/python-list
