Message319525
| Author | methane |
|---|---|
| Recipients | adelfino, docs@python, methane |
| Date | 2018-06-14.15:56:43 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1528991803.82.0.947875510639.issue33860@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Sometime, we chose weak name like "file-like" or "dictionary" over "io.TextIOWrapper" or "dict", to avoid making future improvements harder. If there are no strong reason to specify concrete type, let's keep using weak name. In case of enum members, I want to change it to regular dict in Python 3.8, but I'm not sure yet. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2018-06-14 15:56:43 | methane | set | recipients: + methane, docs@python, adelfino |
| 2018-06-14 15:56:43 | methane | set | messageid: <1528991803.82.0.947875510639.issue33860@psf.upfronthosting.co.za> |
| 2018-06-14 15:56:43 | methane | link | issue33860 messages |
| 2018-06-14 15:56:43 | methane | create | |