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 baikie
Recipients baikie, benjamin.peterson
Date 2010-08-12.19:26:47
SpamBayes Score 0.007581724
Marked as misclassified No
Message-id <1281641209.48.0.982626210792.issue9569@psf.upfronthosting.co.za>
In-reply-to
Content
I'm not quite sure what you mean, but the man page for FreeBSD 5.3 specifies EPERM for an unprivileged user and EINVAL for an attempt to create something other than a device node.  POSIX requires creating a FIFO to work for any user, and just says that EINVAL is for an "invalid argument".
History
Date User Action Args
2010-08-12 19:26:49baikiesetrecipients: + baikie, benjamin.peterson
2010-08-12 19:26:49baikiesetmessageid: <1281641209.48.0.982626210792.issue9569@psf.upfronthosting.co.za>
2010-08-12 19:26:47baikielinkissue9569 messages
2010-08-12 19:26:47baikiecreate