[Python-bugs-list] [Bug #130355] unicode capitalize method does the wrong thing

noreply@sourceforge.net noreply@sourceforge.net
Mon, 29 Jan 2001 02:35:33 -0800


Bug #130355, was updated on 2001-Jan-28 14:22
Here is a current snapshot of the bug.

Project: Python
Category: Unicode
Status: Open
Resolution: None
Bug Group: None
Priority: 5
Submitted by: mwh
Assigned to : lemburg
Summary: unicode capitalize method does the wrong thing

Details: We went around with this one on python-dev some time back; I
stumbled accross the old mail and thought I'd add an entry here to make
sure it doesn't get forgotten again.

The problem:

>>> u'AaAa'.capitalize()
u'AaAa'
>>> 'AaAa'.capitalize()
'Aaaa'

Guido said the latter was correct.  No time for a patch from me today :-(

Follow-Ups:

Date: 2001-Jan-29 02:35
By: lemburg

Comment:
I'll look into this.
-------------------------------------------------------

For detailed info, follow this link:
http://sourceforge.net/bugs/?func=detailbug&bug_id=130355&group_id=5470