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 belopolsky
Recipients alexs, belopolsky, ezio.melotti, lemburg, loewis, rhettinger, senn
Date 2010-12-06.18:42:16
SpamBayes Score 0.00096999796
Marked as misclassified No
Message-id <1291660937.48.0.456147276251.issue4610@psf.upfronthosting.co.za>
In-reply-to
Content
>> .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.
History
Date User Action Args
2010-12-06 18:42:17belopolskysetrecipients: + belopolsky, lemburg, loewis, rhettinger, senn, ezio.melotti, alexs
2010-12-06 18:42:17belopolskysetmessageid: <1291660937.48.0.456147276251.issue4610@psf.upfronthosting.co.za>
2010-12-06 18:42:16belopolskylinkissue4610 messages
2010-12-06 18:42:16belopolskycreate