<div dir="ltr"><div>CPython:</div><div><div>>>> None(3)</div><div>Traceback (most recent call last):</div><div> File "<stdin>", line 1, in <module></div><div>TypeError: 'NoneType' object is not callable</div>
</div><div><br></div>on IPy 2.6.0:<div><div>>>> None(3)</div><div>Traceback (most recent call last):</div><div> File "<stdin>", line 1, in <module></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'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>