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 r.david.murray
Recipients barry, dominik-stadler, r.david.murray
Date 2013-04-01.01:28:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1364779712.59.0.409700884682.issue17593@psf.upfronthosting.co.za>
In-reply-to
Content
The problem is that mailbox decides if links are possible based on the OS rather than on the file system.  This is a general problem that Python has...when the Python file system APIs, and this code, were written, OSes could only read their own file systems, and there was only one file system type per OS.

Fixing this, then, pretty much requires solving the general problem of introspecting file system capabilities.  I think there are open issues relating to that.
History
Date User Action Args
2013-04-01 01:28:32r.david.murraysetrecipients: + r.david.murray, barry, dominik-stadler
2013-04-01 01:28:32r.david.murraysetmessageid: <1364779712.59.0.409700884682.issue17593@psf.upfronthosting.co.za>
2013-04-01 01:28:32r.david.murraylinkissue17593 messages
2013-04-01 01:28:31r.david.murraycreate