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 abarry
Recipients abarry, docs@python, ethan.furman, gvanrossum, rhettinger
Date 2016-06-07.04:35:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1465274134.52.0.714413325106.issue27242@psf.upfronthosting.co.za>
In-reply-to
Content
Added further notes to `NotImplemented` and `NotImplementedError` to clearly state the differences between the two. I also added some more details to `TypeError` - I'm amazed at how little was described for such a common exception!

Maybe I explained a bit too thoroughly in some parts, but I like to have everything unambigous and well explained.

I haven't yet spent the time to learn how to build documentation (Soon™), so I'm going off the existing docs, and I try to follow the style as closely as possible.
History
Date User Action Args
2016-06-07 04:35:34abarrysetrecipients: + abarry, gvanrossum, rhettinger, docs@python, ethan.furman
2016-06-07 04:35:34abarrysetmessageid: <1465274134.52.0.714413325106.issue27242@psf.upfronthosting.co.za>
2016-06-07 04:35:34abarrylinkissue27242 messages
2016-06-07 04:35:32abarrycreate