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 lukasz.langa
Recipients JelleZijlstra, farcat, gvanrossum, kj, lars2, lukasz.langa, uriyyo
Date 2021-07-19.13:19:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1626700772.66.0.907337852708.issue44524@roundup.psfhosted.org>
In-reply-to
Content
> I think __module__ should be set to ‘typing’, and __qualname__ to ‘typing.WhatEver’.

PEP 3155 specifies that `__qualname__` does not include the module name:
https://www.python.org/dev/peps/pep-3155/#excluding-the-module-name

Rather, it's for nested classes and classes created in local scopes.
History
Date User Action Args
2021-07-19 13:19:32lukasz.langasetrecipients: + lukasz.langa, gvanrossum, farcat, JelleZijlstra, uriyyo, kj, lars2
2021-07-19 13:19:32lukasz.langasetmessageid: <1626700772.66.0.907337852708.issue44524@roundup.psfhosted.org>
2021-07-19 13:19:32lukasz.langalinkissue44524 messages
2021-07-19 13:19:32lukasz.langacreate