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 loewis
Recipients asmodai, catherinedevlin, georg.brandl, heikki, jminka, loewis
Date 2009-05-03.17:16:08
SpamBayes Score 7.642621e-08
Marked as misclassified No
Message-id <49FDD155.90708@v.loewis.de>
In-reply-to <1241340565.14.0.316613402302.issue1443504@psf.upfronthosting.co.za>
Content
> """
> ERRORS
>        No errors are defined.
> """
> 
> So isn't it debatable if returning the NULL pointer really is an error?

As Jeroen reports, this really means two different things
a) "no errors" really means "no errno codes". Whether or not
   an error may occur is an independent issue.
b) "are defined" really means that POSIX doesn't define any
   standard errno codes; the system may indeed still set errno
   (C99, 7.5p3)
History
Date User Action Args
2009-05-03 17:16:11loewissetrecipients: + loewis, georg.brandl, catherinedevlin, jminka, heikki, asmodai
2009-05-03 17:16:09loewislinkissue1443504 messages
2009-05-03 17:16:08loewiscreate