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 rhettinger
Recipients Arfrever, amaury.forgeotdarc, ezio.melotti, lemburg, loewis, ncoghlan, rhettinger, vstinner
Date 2014-04-28.19:51:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1398714683.48.0.496459346482.issue8776@psf.upfronthosting.co.za>
In-reply-to
Content
Without commenting on this specific proposal, I would like to make an overall observation that Python is impairing its usability by adding too-many-ways-to-it in a number of categories (file descriptor variants of file methods, multiple versions of time.time, byte variants of everything that is done with strings).  Python 3 was intended to be a cleaner, more learnable version of Python.  Instead, it is growing enums, multiple dispatch, and multiple variants of every function.   Professional programmers can be well served by some of the these tools, but the Python universe is much larger than that and the other users are not being well served by these additions (too many choices impairs usability and learnability).
History
Date User Action Args
2014-04-28 19:51:23rhettingersetrecipients: + rhettinger, lemburg, loewis, amaury.forgeotdarc, ncoghlan, vstinner, ezio.melotti, Arfrever
2014-04-28 19:51:23rhettingersetmessageid: <1398714683.48.0.496459346482.issue8776@psf.upfronthosting.co.za>
2014-04-28 19:51:23rhettingerlinkissue8776 messages
2014-04-28 19:51:22rhettingercreate