2011/6/26 Nicola Larosa <[email protected]> > if fname not in ('.', '..'):
# giusto per essere platform future independent if fname not in (os.path.curdir, os.path.pardir):
_______________________________________________ Python mailing list [email protected] http://lists.python.it/mailman/listinfo/python
