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 BTaskaya, eric.smith, mrabarnett, pablogsal, rhettinger, serhiy.storchaka, terry.reedy, veky, xtreak
Date 2021-03-20.17:57:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1616263043.39.0.937004155125.issue43535@roundup.psfhosted.org>
In-reply-to
Content
> Of 721 uses of the join() method (excluding os.path.join()) 
> in the stdlib, only 10 need forceful stringification with 
> map(str, ...)

Thanks for looking a real world code.  I'm surprised that the standard library stats aren't representative of my experience, perhaps because I tend to write numeric code and do more output formatting than is used internally.
History
Date User Action Args
2021-03-20 17:57:23rhettingersetrecipients: + rhettinger, terry.reedy, eric.smith, mrabarnett, serhiy.storchaka, veky, pablogsal, xtreak, BTaskaya
2021-03-20 17:57:23rhettingersetmessageid: <1616263043.39.0.937004155125.issue43535@roundup.psfhosted.org>
2021-03-20 17:57:23rhettingerlinkissue43535 messages
2021-03-20 17:57:22rhettingercreate