On Mon, Aug 30, 2021 at 03:24:08PM -0700, Nick Parlante wrote: > If we has a class, say, where == has some weird behavior, the solution is > that the docs for that class explain how its definition of == is weird and > so code should take care to use "is" or whatever. That's kind of canonical > use of Docs, right?
You know that people don't read documentation until all else fails? And sometimes not even then. And that goes even more so for beginners. -- Steve _______________________________________________ Python-ideas mailing list -- python-ideas@python.org To unsubscribe send an email to python-ideas-le...@python.org https://mail.python.org/mailman3/lists/python-ideas.python.org/ Message archived at https://mail.python.org/archives/list/python-ideas@python.org/message/6AFRDNO6SFAWB2MVNWAE62AMNCZ32INX/ Code of Conduct: http://python.org/psf/codeofconduct/