[issue19438] Where is NoneType in Python 3?

Raymond Hettinger report at bugs.python.org
Tue Sep 8 21:09:29 EDT 2020


Raymond Hettinger <raymond.hettinger at gmail.com> added the comment:

I would support adding NoneType back to the types module.  Am not sure why it was ever removed.  It has a much reason to exists as types.FunctionType which is a clear, well-named short-cut for "type(lambda :None)".

----------
nosy: +rhettinger

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue19438>
_______________________________________


More information about the Python-bugs-list mailing list