Message1593

Author pekka.klarck
Recipients
Date 2007-05-11.22:46:45
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Currently this method is implemeted as follows.

def splitdrive(path):
    return '', path

I have patch that ought to make this work also in Windows (the main usecase) and will submit that next.

History
Date User Action Args
2008-02-20 17:17:49adminlinkissue1717498 messages
2008-02-20 17:17:49admincreate