Em Seg, 2006-03-20 às 18:05 -0800, Podi escreveu:
> OK, please don't bother. Here is my wheel :-)

Please, please! Remove all the...

x + "\\" + y

...and put some...

os.path.join(x, y)

... Please? Even if you're planning to use it only on Windows, please
use standard methods.

Just my 2 cents, though, nothing really special,

-- 
Felipe.

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to