<div dir="auto">Great work! There are a few typos, I'll try to get to a PR on those.<div dir="auto"><br></div><div dir="auto">I wonder if it's worth noting that None is a singleton, while 42 is just a value. I.e. there might be several distinct objects that happen to be the int 42, but not so with None.</div><div dir="auto"><br></div><div dir="auto">Of course, in CPython, small integers are cached as the same object, but larger integers are not necessarily cached. This has varied in details between Python implementations and even versions, it's not a semantic promise like None carries.</div><div dir="auto"><br></div><div dir="auto">Maybe that's too far in the weeds for an intro though.</div></div><br><div class="gmail_quote"><div dir="ltr">On Tue, Aug 14, 2018, 6:29 AM Jonathan Fine <<a href="mailto:jfine2358@gmail.com">jfine2358@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi<br>
<br>
I'm pleased to announce that I've completed the first draft of my<br>
page. It's viewable on gitub.<br>
<a href="https://github.com/jfine2358/py-jfine2358/blob/master/docs/none-is-special.md" rel="noreferrer noreferrer" target="_blank">https://github.com/jfine2358/py-jfine2358/blob/master/docs/none-is-special.md</a><br>
<br>
To quote from that page:<br>
<br>
This page arose from a thread on the python-ideas list. I thank Steve<br>
Dower, Paul Moore, Steve D'Aprano, Chris Barker, David Mertz, Jörn<br>
Heissler, Anthony Risinger, Michael Selik, Chris Angelico for their<br>
contributions and encouragement.<br>
<br>
Apologies for anyone I've missed. Comments either on python-ideas, or<br>
perhaps better, by raising an issue on github.<br>
<br>
-- <br>
Jonathan<br>
_______________________________________________<br>
Python-ideas mailing list<br>
<a href="mailto:Python-ideas@python.org" target="_blank" rel="noreferrer">Python-ideas@python.org</a><br>
<a href="https://mail.python.org/mailman/listinfo/python-ideas" rel="noreferrer noreferrer" target="_blank">https://mail.python.org/mailman/listinfo/python-ideas</a><br>
Code of Conduct: <a href="http://python.org/psf/codeofconduct/" rel="noreferrer noreferrer" target="_blank">http://python.org/psf/codeofconduct/</a><br>
</blockquote></div>