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 ev
Recipients ev
Date 2011-03-14.16:58:13
SpamBayes Score 0.10792719
Marked as misclassified No
Message-id <1300121894.11.0.790910098275.issue11503@psf.upfronthosting.co.za>
In-reply-to
Content
I've expanded the coverage of the posixpath test.  The following scenarios have been added:
 - lexists with a non-existent file.
 - ismount with binary data.
 - ismount with a directory that is not a mountpoint.
 - ismount with a non-existent file.
 - ismount with a symlink.
 - expanduser with $HOME unset.
 - realpath with a relative path.
 - sameopenfile with a basic test.

I have tested it on Ubuntu natty (20110311) and Mac OSX 10.6.6.
History
Date User Action Args
2011-03-14 16:58:14evsetrecipients: + ev
2011-03-14 16:58:14evsetmessageid: <1300121894.11.0.790910098275.issue11503@psf.upfronthosting.co.za>
2011-03-14 16:58:13evlinkissue11503 messages
2011-03-14 16:58:13evcreate