Message302690
| Author | serhiy.storchaka |
|---|---|
| Recipients | r.david.murray, rhettinger, serhiy.storchaka, vstinner, xiang.zhang |
| Date | 2017-09-21.12:42:12 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1505997733.0.0.12704936752.issue27541@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Because reprs of Python implementations of collection use a bare __name__.
__qualname__ is used only in combination with __module__. Using a single __qualname__ can be confused: foo.bar looks as a name bar in the module foo. Whether in reprs and error messages either full qualified name is used ("{cls.__module__}.{__qualname__}") or a bare __name__. If a displayed name contains a dot it is always a full qualified name. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2017-09-21 12:42:13 | serhiy.storchaka | set | recipients: + serhiy.storchaka, rhettinger, vstinner, r.david.murray, xiang.zhang |
| 2017-09-21 12:42:12 | serhiy.storchaka | set | messageid: <1505997733.0.0.12704936752.issue27541@psf.upfronthosting.co.za> |
| 2017-09-21 12:42:12 | serhiy.storchaka | link | issue27541 messages |
| 2017-09-21 12:42:12 | serhiy.storchaka | create | |