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 ezio.melotti
Recipients ezio.melotti, kcwu, loewis, mgiuca, sandberg
Date 2009-11-14.01:10:34
SpamBayes Score 1.1439139e-06
Marked as misclassified No
Message-id <1258161036.75.0.074690495936.issue5827@psf.upfronthosting.co.za>
In-reply-to
Content
Thanks for the patch, I tried it on Linux and it seems to solve the problem.

A few comments about it:
1) I'd change all the self.assertEqual(type(posixpath.normpath(u"")),
unicode) to self.assertTrue(isinstance(posixpath.normpath(u""), unicode));
2) a test for normpath(u'.') should probably be added;
3) in ntpath.py the 'slash' is actually a backslash, so the name of the
var should be changed;
History
Date User Action Args
2009-11-14 01:10:37ezio.melottisetrecipients: + ezio.melotti, loewis, kcwu, mgiuca, sandberg
2009-11-14 01:10:36ezio.melottisetmessageid: <1258161036.75.0.074690495936.issue5827@psf.upfronthosting.co.za>
2009-11-14 01:10:35ezio.melottilinkissue5827 messages
2009-11-14 01:10:34ezio.melotticreate