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 gvanrossum
Recipients gvanrossum, kj, serhiy.storchaka
Date 2021-07-13.14:22:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAP7+vJK=8XQqgws_3eScO10f8seBps_-5xGPsEzRK0YQwd063w@mail.gmail.com>
In-reply-to <1626168569.61.0.659845899756.issue44606@roundup.psfhosted.org>
Content
Converting None to type(None) is fine, as long as the str() /repr()
converts it back, e.g. repr(int | None) should print just that, not
NoneType.--
--Guido (mobile)
History
Date User Action Args
2021-07-13 14:22:41gvanrossumsetrecipients: + gvanrossum, serhiy.storchaka, kj
2021-07-13 14:22:41gvanrossumlinkissue44606 messages
2021-07-13 14:22:41gvanrossumcreate