commit | 39ccef607eefbd4955c7fb069f6c921c0fe3516f | [log] [tgz] |
---|---|---|
author | Fredrik Lundh <fredrik@pythonware.com> | Thu May 25 15:22:03 2006 +0000 |
committer | Fredrik Lundh <fredrik@pythonware.com> | Thu May 25 15:22:03 2006 +0000 |
tree | fec97859d27a6cb2616c59c90018b4e3c5ba68f3 | |
parent | c620bada3a0675cce140ddeb970db5cf7bf79398 [diff] |
needforspeed: speed up upper and lower for 8-bit string objects. (the unicode versions of these are still 2x faster on windows, though...) based on work by Andrew Dalke, with tweaks by yours truly.