<p><br>
On Aug 19, 2012 5:22 PM, <<a href="mailto:wxjmfauth@gmail.com">wxjmfauth@gmail.com</a>> wrote<br>
><br>
> Py 3.2.3<br>
> >>> timeit.timeit("('aœ€'*100).replace('a', 'œ€é')")<br>
> 4.99396356635981<br>
><br>
> Py 3.3b2<br>
> >>> timeit.timeit("('aœ€'*100).replace('a', 'œ€é')")<br>
> 7.560455708007855<br>
><br>
> Maybe, not so demonstative. It shows at least, we<br>
> are far away from the 10-30% "annouced".<br>
><br>
> >>> 7.56 / 5<br>
> 1.512<br>
> >>> 5 / (7.56 - 5) * 100<br>
> 195.31250000000003</p>
<p>Maybe the problem is that your understanding of a percentage differs from that of others.</p>
<p>I make that a 51% increase. I don't really understand what your 195 figure is demonstrating.</p>
<p>Oscar.<br>
</p>