[issue27242] Make the docs for NotImplemented & NotImplementedError unambigous

Emanuel Barry report at bugs.python.org
Tue Jun 7 00:35:34 EDT 2016


Emanuel Barry added the comment:

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.

----------
title: Clarify the use cases of NotImplemented in the docs -> Make the docs for NotImplemented & NotImplementedError unambigous
Added file: http://bugs.python.org/file43272/NotImplemented_exceptions_wording_2.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue27242>
_______________________________________


More information about the Python-bugs-list mailing list