- Python Home
- About
- News
- Documentation
- Downloads
- Community
- Foundation
- Developer's Guide
- Issue Tracker
- Issues
- Summaries
- User
- Administration
- Help
Message327595
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 | serhiy.storchaka |
|---|---|
| Recipients | fish2000, levkivskyi, serhiy.storchaka |
| Date | 2018-10-12.16:38:39 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1539362319.07.0.788709270274.issue34963@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
For repr you need to set __qualname__, not just __name__. It may be worth to set also __module__ for pickleability and better help. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2018-10-12 16:38:39 | serhiy.storchaka | set | recipients: + serhiy.storchaka, levkivskyi, fish2000 |
| 2018-10-12 16:38:39 | serhiy.storchaka | set | messageid: <1539362319.07.0.788709270274.issue34963@psf.upfronthosting.co.za> |
| 2018-10-12 16:38:39 | serhiy.storchaka | link | issue34963 messages |
| 2018-10-12 16:38:39 | serhiy.storchaka | create | |

