Re: sys.arg whitespace problem

2007-11-18 Thread Diez B. Roggisch
bryan rasmussen schrieb: > Hi, > > Basically I want to get sys.argv[1: ] but the problem is that actually > the argument should maintain whitespace. Thus if the arguments are > something something with only one space between them, or something > something with three spaces between them I should be

sys.arg whitespace problem

2007-11-18 Thread bryan rasmussen
Hi, Basically I want to get sys.argv[1: ] but the problem is that actually the argument should maintain whitespace. Thus if the arguments are something something with only one space between them, or something something with three spaces between them I should be able to maintain the exact whitespac