[Python] consigli su: os.path.getsize

Simone Federici s.federici a gmail.com
Dom 26 Giu 2011 13:29:11 CEST


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>


Maggiori informazioni sulla lista Python