<div dir="ltr"><div>CPython:</div><div><div>&gt;&gt;&gt; None(3)</div><div>Traceback (most recent call last):</div><div>  File &quot;&lt;stdin&gt;&quot;, line 1, in &lt;module&gt;</div><div>TypeError: &#39;NoneType&#39; object is not callable</div>
</div><div><br></div>on IPy 2.6.0:<div><div>&gt;&gt;&gt; None(3)</div><div>Traceback (most recent call last):</div><div>  File &quot;&lt;stdin&gt;&quot;, line 1, in &lt;module&gt;</div><div>TypeError: DynamicNull is not callable</div>
</div><div><div><br></div><div>for some reason the type in the error shows up as DynamicNull instead of NoneType</div><div>type(None) looks fine</div><div>int behaves similarly.</div><div><br></div><div>this doesn&#39;t affect me at all, except for scratching my head for a bit longer when I debugged my code just now, but thought you might want to know.</div>
<div><br></div><div>Ronnie</div></div></div>