>>> 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. -- http://mail.python.org/mailman/listinfo/python-list