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 Jim Fasarakis-Hilliard
Recipients Jim Fasarakis-Hilliard, levkivskyi, ned.deily, rhettinger, serhiy.storchaka, terry.reedy, xiang.zhang
Date 2017-01-11.11:02:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1484132534.85.0.743297397399.issue29116@psf.upfronthosting.co.za>
In-reply-to
Content
As I currently see this: 

 - The error message for str can be changed to the one used for other sequences 'can only concatenate str (not "type") to str'

 - The error message for arrays can be changed to use concatenate instead of append, too.

For bytes I see a conundrum, on one hand it can be changed to mention the buffer protocol which might confuse new users more than it helps them or, it can try and mention the objects that currently conform to it which might be exhaustive and long.
History
Date User Action Args
2017-01-11 11:02:14Jim Fasarakis-Hilliardsetrecipients: + Jim Fasarakis-Hilliard, rhettinger, terry.reedy, ned.deily, serhiy.storchaka, levkivskyi, xiang.zhang
2017-01-11 11:02:14Jim Fasarakis-Hilliardsetmessageid: <1484132534.85.0.743297397399.issue29116@psf.upfronthosting.co.za>
2017-01-11 11:02:14Jim Fasarakis-Hilliardlinkissue29116 messages
2017-01-11 11:02:14Jim Fasarakis-Hilliardcreate