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 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:43methanesetrecipients: + methane, docs@python, adelfino
2018-06-14 15:56:43methanesetmessageid: <1528991803.82.0.947875510639.issue33860@psf.upfronthosting.co.za>
2018-06-14 15:56:43methanelinkissue33860 messages
2018-06-14 15:56:43methanecreate