Message 397795 - Python tracker (original) (raw)

Message397795

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:32 lukasz.langa set recipients: + lukasz.langa, gvanrossum, farcat, JelleZijlstra, uriyyo, kj, lars2
2021-07-19 13:19:32 lukasz.langa set messageid: 1626700772.66.0.907337852708.issue44524@roundup.psfhosted.org
2021-07-19 13:19:32 lukasz.langa link issue44524 messages
2021-07-19 13:19:32 lukasz.langa create