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 georg.brandl
Recipients docs@python, georg.brandl, nikratio, terry.reedy
Date 2010-10-15.19:21:53
SpamBayes Score 0.004398054
Marked as misclassified No
Message-id <1287170515.2.0.22900522496.issue10058@psf.upfronthosting.co.za>
In-reply-to
Content
Same here.  There is only ever one return value on error unless documented otherwise, since the type of error is already contained in the exception that is set on return.
History
Date User Action Args
2010-10-15 19:21:55georg.brandlsetrecipients: + georg.brandl, terry.reedy, nikratio, docs@python
2010-10-15 19:21:55georg.brandlsetmessageid: <1287170515.2.0.22900522496.issue10058@psf.upfronthosting.co.za>
2010-10-15 19:21:53georg.brandllinkissue10058 messages
2010-10-15 19:21:53georg.brandlcreate