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 brett.cannon, ncoghlan, pitrou, vstinner
Date 2011-10-16.21:37:47
SpamBayes Score 0.00047811086
Marked as misclassified No
Message-id <1318800834.3242.5.camel@localhost.localdomain>
In-reply-to <1318800983.89.0.916571298776.issue13192@psf.upfronthosting.co.za>
Content
> I don't think that fopen() can fails with ENOTDIR.

According to POSIX:

[ENOTDIR]
    A component of the path prefix is not a directory, or the filename
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.

http://pubs.opengroup.org/onlinepubs/9699919799/functions/fopen.html
History
Date User Action Args
2011-10-16 21:37:48pitrousetrecipients: + pitrou, brett.cannon, ncoghlan, vstinner
2011-10-16 21:37:47pitroulinkissue13192 messages
2011-10-16 21:37:47pitroucreate