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 alex
Recipients alex, collinwinter, hevi
Date 2012-07-30.14:51:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1343659877.26.0.240117264597.issue15503@psf.upfronthosting.co.za>
In-reply-to
Content
Actually, I would argue that it's concatentation of a local variable which has unexpected performance. Logically it should be O(n**2), however due to hacks in CPython it isn't.
History
Date User Action Args
2012-07-30 14:51:17alexsetrecipients: + alex, collinwinter, hevi
2012-07-30 14:51:17alexsetmessageid: <1343659877.26.0.240117264597.issue15503@psf.upfronthosting.co.za>
2012-07-30 14:51:16alexlinkissue15503 messages
2012-07-30 14:51:16alexcreate