« Previous | Next » 

Revision 6e797216

ID6e797216e7bcd411e00f9f669895848f00eeb891
Parent aea0ed67
Child 58b22b6e

Added by Michael Hanselmann over 15 years ago

Add rename function automatically creating directories if needed

Unfortunately, os.makedirs in Python 2.4 is not safe against multiple
processes creating the same directory tree at the same time. This is
only fixed in Python 2.5 and up. Adding more checks in our code doesn't
make it any better.

Reviewed-by: iustinp

Files

  • added
  • modified
  • copied
  • renamed
  • deleted

View differences