Message123488
>> .swapcase() is just ...err... dumb^h^h^h^h questionably useful.
> I agree with the rest of you that Python would be better-off
> without swapcase().
As long as str.upper/lower are based only on UnicodeData.txt 1-to-1 mappings, existence of str.swapcase() indicates to the users that they should not expect many-to-1 mappings. Also it does seem to be occasionally used for testing. -0 on removing it. |
|
| Date |
User |
Action |
Args |
| 2010-12-06 18:42:17 | belopolsky | set | recipients:
+ belopolsky, lemburg, loewis, rhettinger, senn, ezio.melotti, alexs |
| 2010-12-06 18:42:17 | belopolsky | set | messageid: <[email protected]> |
| 2010-12-06 18:42:16 | belopolsky | link | issue4610 messages |
| 2010-12-06 18:42:16 | belopolsky | create | |
|