Re: String concatenation vs. string formatting
- From: Ian Kelly <ian.g.kelly@xxxxxxxxx>
- Date: Sat, 9 Jul 2011 00:29:38 -0600
On Sat, Jul 9, 2011 at 12:16 AM, Chris Angelico <rosuav@xxxxxxxxx> wrote:
Has the same optimization been implemented for Unicode? The page
doesn't mention Python 3 at all, and I would guess that the realloc
optimization would work fine for both types of string.
Seems to be implemented for strs in 3.2, but not unicode in 2.7.
.
- References:
- String concatenation vs. string formatting
- From: Andrew Berg
- Re: String concatenation vs. string formatting
- From: Billy Mays
- Re: String concatenation vs. string formatting
- From: Steven D'Aprano
- String concatenation vs. string formatting
- Prev by Date: Re: String concatenation vs. string formatting
- Next by Date: Re: String concatenation vs. string formatting
- Previous by thread: Re: String concatenation vs. string formatting
- Next by thread: Re: String concatenation vs. string formatting
- Index(es):
Relevant Pages
|