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 pitrou
Recipients georg.brandl, pitrou, rosslagerwall
Date 2010-12-22.19:57:37
SpamBayes Score 1.8876196e-07
Marked as misclassified No
Message-id <1293047858.95.0.102778312595.issue10758@psf.upfronthosting.co.za>
In-reply-to
Content
The list of errnos indicating missing access seems open-ended.
Things such as:

[ENAMETOOLONG]
    The length of a component of a pathname is longer than {NAME_MAX}.
[ENOENT]
    A component of path does not name an existing file or path is an empty string.
[ENOTDIR]
    A component of the path prefix is not a directory, or the path argument contains at least one non- <slash> character and ends with one or more trailing <slash> characters and the last pathname component names an existing file that is neither a directory nor a symbolic link to a directory.
[EROFS]
    Write access is requested for a file on a read-only file system.

... may be considered missing access.
History
Date User Action Args
2010-12-22 19:57:39pitrousetrecipients: + pitrou, georg.brandl, rosslagerwall
2010-12-22 19:57:38pitrousetmessageid: <1293047858.95.0.102778312595.issue10758@psf.upfronthosting.co.za>
2010-12-22 19:57:37pitroulinkissue10758 messages
2010-12-22 19:57:37pitroucreate