- Python Home
- About
- News
- Documentation
- Downloads
- Community
- Foundation
- Developer's Guide
- Issue Tracker
- Issues
- Summaries
- User
- Administration
- Help
Message368578
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 | JelleZijlstra, gvanrossum, levkivskyi, serhiy.storchaka |
| Date | 2020-05-10.09:41:19 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1589103679.6.0.992738945825.issue40397@roundup.psfhosted.org> |
| In-reply-to |
| Content | |
|---|---|
Even simpler: Dict[T, List[int]][str]. Dict[T, list[int]][str] also fails. But dict[T, list[int]][str] works as expected (and there are tests). |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2020-05-10 09:41:19 | serhiy.storchaka | set | recipients: + serhiy.storchaka, gvanrossum, levkivskyi, JelleZijlstra |
| 2020-05-10 09:41:19 | serhiy.storchaka | set | messageid: <1589103679.6.0.992738945825.issue40397@roundup.psfhosted.org> |
| 2020-05-10 09:41:19 | serhiy.storchaka | link | issue40397 messages |
| 2020-05-10 09:41:19 | serhiy.storchaka | create | |

