<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Sat, Sep 19, 2015 at 2:39 PM, Random832 <span dir="ltr"><<a href="mailto:random832@fastmail.com" target="_blank">random832@fastmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Xavier Combelle<br>
<span class=""><<a href="mailto:xavier.combelle@gmail.com">xavier.combelle@gmail.com</a>> writes:<br>
<br>
> I'm curious on which API returning None, a major bonus on using python<br>
> is that I pretty never stumbled upon the equivalent of<br>
> NullPointerException.<br>
<br>
</span>It doesn't strictly have one; None is an object and you get the usual<br>
TypeError, AttributeError, etc, upon using it in a place it's not expected.<br></blockquote></div><br></div><div class="gmail_extra">Most often AttributeError. It's pretty common in large Python systems.<br clear="all"></div><div class="gmail_extra"><br>-- <br><div class="gmail_signature">--Guido van Rossum (<a href="http://python.org/~guido" target="_blank">python.org/~guido</a>)</div>
</div></div>