simple renaming files program

Dave Angel davea at ieee.org
Mon Aug 9 10:40:06 EDT 2010



MRAB wrote:
> <snip>
>>>> from os.path import isdir, join
>>>> <snip
>>
> Have a look at the imports, Dave. :-)
>
Oops.  I should have noticed that it was a function call, not  a 
method.  And there's no built-in called join().  I just usually avoid 
using this kind of alias, unless performance requires.

thanks for keeping me honest.

DaveA





More information about the Python-list mailing list