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 mahmoud
Recipients berker.peksag, eric.smith, ezio.melotti, lemburg, mahmoud, martin.panter, r.david.murray, serhiy.storchaka, vstinner
Date 2015-04-23.06:49:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1429771797.28.0.245106378886.issue24019@psf.upfronthosting.co.za>
In-reply-to
Content
I would urge you all take a stronger look at usability, rather than parroting the current state of the design and docs. Python gained renown over the years for its ability to stay flexible while maturing. Focusing on purity and ignoring the needs of practical programmers is exactly how PEP #461 ended up coming into play so late.

The inflexible arguments of str makes a common task, turning data into text, an order of magnitude harder than it needs to be.
History
Date User Action Args
2015-04-23 06:49:57mahmoudsetrecipients: + mahmoud, lemburg, vstinner, eric.smith, ezio.melotti, r.david.murray, berker.peksag, martin.panter, serhiy.storchaka
2015-04-23 06:49:57mahmoudsetmessageid: <1429771797.28.0.245106378886.issue24019@psf.upfronthosting.co.za>
2015-04-23 06:49:57mahmoudlinkissue24019 messages
2015-04-23 06:49:56mahmoudcreate