En Sun, 09 Sep 2007 12:48:38 -0300, billiejoex <[EMAIL PROTECTED]> escribi�:
>>>> import os >>>> hasattr(os, 'sep') > True >>>> hasattr(os.path, 'sep') > True > > By chance I noticed it. > Are there differences (I think not...)? > IMHO, if there are no differences os.path.sep should be removed since > it may be confusing. They are the same, as documented on http://docs.python.org/lib/os-path.html#l2h-2796 And why do you think os.path.sep would be confusing? -- Gabriel Genellina -- http://mail.python.org/mailman/listinfo/python-list