- Python Home
- About
- News
- Documentation
- Downloads
- Community
- Foundation
- Developer's Guide
- Issue Tracker
- Issues
- Summaries
- User
- Administration
- Help
Message368708
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 | remi.lapeyre |
|---|---|
| Recipients | Will Bradshaw, isdanni, remi.lapeyre, rhettinger, steven.daprano |
| Date | 2020-05-12.08:34:03 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1589272443.35.0.689213624406.issue40603@roundup.psfhosted.org> |
| In-reply-to |
| Content | |
|---|---|
I think slices were explicitly made not hashable to avoid issues to avoid issues with dictionaries, see discussion at https://mail.python.org/pipermail/python-list/2001-March/076101.html and issue 408326. The commit that did this is https://github.com/python/cpython/commit/a1351fbd884189329bbcb6c688ca992fc1afc3f6 Is this not needed anymore? Wouldn't this need to be discussed on python-ideas? |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2020-05-12 08:34:03 | remi.lapeyre | set | recipients: + remi.lapeyre, rhettinger, steven.daprano, isdanni, Will Bradshaw |
| 2020-05-12 08:34:03 | remi.lapeyre | set | messageid: <1589272443.35.0.689213624406.issue40603@roundup.psfhosted.org> |
| 2020-05-12 08:34:03 | remi.lapeyre | link | issue40603 messages |
| 2020-05-12 08:34:03 | remi.lapeyre | create | |

