2011/6/26 Nicola Larosa <n...@teknico.net>

> if fname not in ('.', '..'):


# giusto per essere platform future independent
if fname not in (os.path.curdir, os.path.pardir):
_______________________________________________
Python mailing list
Python@lists.python.it
http://lists.python.it/mailman/listinfo/python

Rispondere a