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 r.david.murray
Recipients Sworddragon, r.david.murray
Date 2013-11-26.17:21:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1385486494.17.0.358374113562.issue19801@psf.upfronthosting.co.za>
In-reply-to
Content
It is definitely not a good idea to rely on that optimization of += for string.  Obviously bytes doesn't have the same optimization.  (String didn't either for a while in Python3, and there was some controversy around adding it back exactly because one should not rely on it.)
History
Date User Action Args
2013-11-26 17:21:34r.david.murraysetrecipients: + r.david.murray, Sworddragon
2013-11-26 17:21:34r.david.murraysetmessageid: <1385486494.17.0.358374113562.issue19801@psf.upfronthosting.co.za>
2013-11-26 17:21:34r.david.murraylinkissue19801 messages
2013-11-26 17:21:33r.david.murraycreate