bMotu wrote:
IDLE 2.6import os os.extsep'.' running XP this result is fine ... !IDLE 3.0rc3import os os.extsepTraceback (most recent call last): File "<pyshell#1>", line 1, in <module> os.extsep AttributeError: 'module' object has no attribute 'extsep' why is this attribute gone in 3.0rc3 ? where is this documented ?
It's now os.path.extsep. Christian -- http://mail.python.org/mailman/listinfo/python-list