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 martin.panter
Recipients bkarge, docs@python, martin.panter, r.david.murray
Date 2017-06-06.01:45:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1496713557.85.0.214749340305.issue23019@psf.upfronthosting.co.za>
In-reply-to
Content
Also, even in the Py 3 docs, the ErrorCode parser attribute is said to be numeric, but there is a suggestion to compare it with “constants” defined in the “errors” (module) object. I guess it should be clarified that you can’t compare it directly; perhaps using ErrorString or Py 3’s “errors.codes” is more appropriate?
History
Date User Action Args
2017-06-06 01:45:57martin.pantersetrecipients: + martin.panter, r.david.murray, docs@python, bkarge
2017-06-06 01:45:57martin.pantersetmessageid: <1496713557.85.0.214749340305.issue23019@psf.upfronthosting.co.za>
2017-06-06 01:45:57martin.panterlinkissue23019 messages
2017-06-06 01:45:57martin.pantercreate