rbt wrote: > > Haven't tested this on Windows yet... thought I'd ask here: > > Does the line below have any negative impact on Windows machines? I > develop and test mostly on Unix, but my scripts are often used on Win > systems too. > > #!/usr/bin/env python
Thanks to the # being the comment sign in python, it will be silently discarded by windows. -- Regards, Diez B. Roggisch -- http://mail.python.org/mailman/listinfo/python-list