This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author nirs
Recipients
Date 2005-12-05.01:08:00
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=832344

I deleted both patches as they are both wrong:

The patch against 2.4.1 will not raise OSError when trying to create existing 
directories.

The simpler code for 2.5 will not work because os.path.normpath is not safe 
to use if the path contain symbolic links.
History
Date User Action Args
2007-08-23 15:43:32adminlinkissue1239890 messages
2007-08-23 15:43:32admincreate