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 socketpair
Recipients Arfrever, georg.brandl, josh.r, ncoghlan, neologix, pitrou, python-dev, serhiy.storchaka, socketpair, vstinner
Date 2015-10-20.18:02:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1445364147.3.0.285571330843.issue21515@psf.upfronthosting.co.za>
In-reply-to
Content
Okay, seemes it is not documented that

os.open('.', os.O_RDWR |os.O_EXCL | os.O_DIRECTORY)

Should return EISDIR  

I did not found that in Linux manpages. Using undocumented features is bad. Maybe I should report this to Michael Kerrisk to update manpage ?
History
Date User Action Args
2015-10-20 18:02:27socketpairsetrecipients: + socketpair, georg.brandl, ncoghlan, pitrou, vstinner, Arfrever, neologix, python-dev, serhiy.storchaka, josh.r
2015-10-20 18:02:27socketpairsetmessageid: <1445364147.3.0.285571330843.issue21515@psf.upfronthosting.co.za>
2015-10-20 18:02:27socketpairlinkissue21515 messages
2015-10-20 18:02:27socketpaircreate