Issue 13822: is(upper/lower/title) are not exactly correct (original) (raw)

Issue13822

Created on 2012-01-19 04:22 by benjamin.peterson, last changed 2022-04-11 14:57 by admin.

Messages (1)
msg151606 - (view) Author: Benjamin Peterson (benjamin.peterson) * (Python committer) Date: 2012-01-19 04:22
The isupper() and islower() methods currently use the Lowercase and Uppercase derived properties. Technically, they should use the Changes_When_(Lowercased/Uppercased/Titlecased) and Changes_When_Casemapped derived properties to compute their results.
History
Date User Action Args
2022-04-11 14:57:25 admin set github: 58030
2018-09-22 16:28:32 xtreak set nosy: + xtreak
2014-08-03 16:37:33 BreamoreBoy set versions: + Python 3.5, - Python 3.4
2013-08-17 14:58:25 ezio.melotti set versions: + Python 3.4, - Python 3.3
2012-01-20 17:02:19 giampaolo.rodola set nosy: + giampaolo.rodola
2012-01-20 15:02:42 ezio.melotti set type: enhancementstage: needs patch
2012-01-19 04:22:54 benjamin.peterson create