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 collinwinter
Recipients
Date 2007-03-21.18:02:50
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Since the trouble is os.getcwd() returns a non-posix path on Windows, I've taken the approach of mocking os.getcwd() so that it returns something posix-y.

Martin, could you verify that the attached patch works on Windows?
File Added: test_posixpath.py.diff
History
Date User Action Args
2007-08-23 15:44:22adminlinkissue1339796 messages
2007-08-23 15:44:22admincreate