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 jaraco
Recipients amaury.forgeotdarc, eric.smith, giampaolo.rodola, jafo, jaraco, lemburg, loewis, nnorwitz, r.david.murray, swarren
Date 2009-10-26.22:12:03
SpamBayes Score 6.6936773e-06
Marked as misclassified No
Message-id <1256595125.66.0.147216424109.issue1578269@psf.upfronthosting.co.za>
In-reply-to
Content
The problem I'm encountering now is tests for posixpath.realpath are
failing on Windows. These tests were previously skipped under Windows
because there was no os.symlink. Now that Windows has os.symlink, these
regression tests fail (test_realpath_basic,
test_realpath_resolve_before_normalizing, test_realpath_resolve_first,
and test_realpath_resolve_parent).

What is the correct fix for this? Should posixpath.realpath work on
Windows? If not, should the tests just be ignored under Windows?
Otherwise, should posixpath.realpath be rewritten to be robust under
both operating systems? Or is there another approach?
History
Date User Action Args
2009-10-26 22:12:05jaracosetrecipients: + jaraco, lemburg, loewis, nnorwitz, jafo, amaury.forgeotdarc, eric.smith, giampaolo.rodola, swarren, r.david.murray
2009-10-26 22:12:05jaracosetmessageid: <1256595125.66.0.147216424109.issue1578269@psf.upfronthosting.co.za>
2009-10-26 22:12:04jaracolinkissue1578269 messages
2009-10-26 22:12:04jaracocreate