2011/6/26 Nicola Larosa <nico a teknico.net>
> if fname not in ('.', '..'):
# giusto per essere platform future independent
if fname not in (os.path.curdir, os.path.pardir):
-------------- parte successiva --------------
Un allegato HTML è stato rimosso...
URL: <http://lists.python.it/pipermail/python/attachments/20110626/e936d59b/attachment.html>