Message 342841 - Python tracker

Message342841

Author eric.smith
Recipients BTaskaya, eric.smith
Date 2019-05-19.11:37:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1558265876.67.0.0100252622536.issue36962@roundup.psfhosted.org>
In-reply-to
Content
Unfortunately your change isn't backward compatible with the existing (namedtuple) version.

I expect this to fail in the dataclass version:
>>> finder, name, ispkg = list(pkgutil.iter_modules(None))[0]

And since this is an enhancement, it can only go in to 3.8. And the window is closing for that, so it's more likely to be 3.9, if we decide that backward compatibility isn't important here.
History
Date User Action Args
2019-05-19 11:37:56eric.smithsetrecipients: + eric.smith, BTaskaya
2019-05-19 11:37:56eric.smithsetmessageid: <1558265876.67.0.0100252622536.issue36962@roundup.psfhosted.org>
2019-05-19 11:37:56eric.smithlinkissue36962 messages
2019-05-19 11:37:56eric.smithcreate