> From: "John Fouhy" <[EMAIL PROTECTED]>
> 
> On 29/06/06, Kent Johnson <[EMAIL PROTECTED]> wrote:
> > See shutil.copyfile()
> 
> Why isn't this function in the os module with the other file commands?

I don't know why they are broken up in this way. The glob module also has some 
file access commands.

J Orendorff's path module integrates them and makes a very useful wrapper 
around file functionality. I use it a lot:
http://www.jorendorff.com/articles/python/path/index.html

Kent


_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to