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 veky
Recipients aeros, docs@python, eric.araujo, ezio.melotti, jdemeyer, mdk, rhettinger, veky, willingc
Date 2019-09-03.04:50:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1567486237.71.0.298468745004.issue37934@roundup.psfhosted.org>
In-reply-to
Content
Of course, languages evolve. Annotations were introduced just for function arguments, now we use them almost everywhere. Generators were simply loop managers, now they've blown up to complete asynchronous programming beasts. Ellipsis was introduced for easier slicing of n-dimensional objects, now we have it all over the language - precisely because it's so versatile. NotImplemented, I _think_ (but I'm really no expert), is not.

As you say, we currently have only one usage of NotImplemented outside its intended purpose. Maybe we should wait to see whether it becomes at least a little bit more popular, before thinking about blessing it.

About Raymond's post: well, there can be orthogonal reasons why something isn't a good idea. That doesn't mean it _is_ a good idea. :-]
History
Date User Action Args
2019-09-03 04:50:37vekysetrecipients: + veky, rhettinger, ezio.melotti, eric.araujo, docs@python, jdemeyer, willingc, mdk, aeros
2019-09-03 04:50:37vekysetmessageid: <1567486237.71.0.298468745004.issue37934@roundup.psfhosted.org>
2019-09-03 04:50:37vekylinkissue37934 messages
2019-09-03 04:50:37vekycreate