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 remi.lapeyre
Recipients remi.lapeyre, vstinner
Date 2019-03-16.15:03:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1552748629.07.0.307872865471.issue36317@roundup.psfhosted.org>
In-reply-to
Content
Return result is documented as:

> Return the result on success. Raise an exception on return NULL on error.

I'm not absolutely sure but shouldn't that be "Raise an exception and return NULL on error."?

Or should it be "Raise an exception or return NULL on error."?
History
Date User Action Args
2019-03-16 15:03:49remi.lapeyresetrecipients: + remi.lapeyre, vstinner
2019-03-16 15:03:49remi.lapeyresetmessageid: <1552748629.07.0.307872865471.issue36317@roundup.psfhosted.org>
2019-03-16 15:03:49remi.lapeyrelinkissue36317 messages
2019-03-16 15:03:48remi.lapeyrecreate