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 gregory.p.smith
Recipients BTaskaya, EmilStenstrom, eric.smith, gregory.p.smith, jack1142, mrabarnett, pablogsal, rhettinger, serhiy.storchaka, terry.reedy, veky, xtreak
Date 2021-03-20.21:43:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1616276611.11.0.219921166963.issue43535@roundup.psfhosted.org>
In-reply-to
Content
-10.  I agree with Serhiy.  Automatic type conversion is rarely a feature.  It leads to silent bugs when people pass the wrong things.  Be explicit.

We are intentionally not one of those everything is really a string languages like Perl or Javascript.

This core API behavior change is big enough to need a PEP and steering council approval.
History
Date User Action Args
2021-03-20 21:43:31gregory.p.smithsetrecipients: + gregory.p.smith, rhettinger, terry.reedy, eric.smith, mrabarnett, serhiy.storchaka, veky, pablogsal, xtreak, BTaskaya, EmilStenstrom, jack1142
2021-03-20 21:43:31gregory.p.smithsetmessageid: <1616276611.11.0.219921166963.issue43535@roundup.psfhosted.org>
2021-03-20 21:43:31gregory.p.smithlinkissue43535 messages
2021-03-20 21:43:31gregory.p.smithcreate