This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author rhettinger
Recipients adelfino, docs@python, mpb, r.david.murray, rhettinger
Date 2020-09-09.01:09:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1599613769.54.0.882831120651.issue19438@roundup.psfhosted.org>
In-reply-to
Content
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)".
History
Date User Action Args
2020-09-09 01:09:29rhettingersetrecipients: + rhettinger, r.david.murray, docs@python, mpb, adelfino
2020-09-09 01:09:29rhettingersetmessageid: <1599613769.54.0.882831120651.issue19438@roundup.psfhosted.org>
2020-09-09 01:09:29rhettingerlinkissue19438 messages
2020-09-09 01:09:29rhettingercreate