- Python Home
- About
- News
- Documentation
- Downloads
- Community
- Foundation
- Developer's Guide
- Issue Tracker
- Issues
- Summaries
- User
- Administration
- Help
Message398065
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 | uriyyo |
|---|---|
| Recipients | cheryl.sabella, fish2000, levkivskyi, serhiy.storchaka, uriyyo |
| Date | 2021-07-23.15:20:19 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1627053619.64.0.260183127207.issue34963@roundup.psfhosted.org> |
| In-reply-to |
| Content | |
|---|---|
`NewType` was converted into callable class at scope of https://bugs.python.org/issue44353 Currently `repr` of `NewType` is: ``` >>> UserId = NewType("UserId", int) __main__.UserId ``` |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2021-07-23 15:20:19 | uriyyo | set | recipients: + uriyyo, serhiy.storchaka, levkivskyi, cheryl.sabella, fish2000 |
| 2021-07-23 15:20:19 | uriyyo | set | messageid: <1627053619.64.0.260183127207.issue34963@roundup.psfhosted.org> |
| 2021-07-23 15:20:19 | uriyyo | link | issue34963 messages |
| 2021-07-23 15:20:19 | uriyyo | create | |

