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:21:33
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=832344

Please review this new patch, tested with current 2.5 code.

I factored duplicate code in makedirs and removedirs into private _splits 
function, kind of the "super" version of os.path.split for the "super" directory 
utilities.

I also simplified the test code for makedirs, and added more test cases.
History
Date User Action Args
2007-08-23 15:43:32adminlinkissue1239890 messages
2007-08-23 15:43:32admincreate