[issue9091] str.capitalize() should not lower the rest of the string

2010-06-26 Thread R. David Murray
R. David Murray added the comment: The doc looks pretty clear to me: "return a copy of the string with *only* its first character capitalized." I don't offhand see how we could make that clearer. Maybe we should actually put the emphasis on the 'only' into the doc markup? That doesn't feel

[issue9091] str.capitalize() should not lower the rest of the string

2010-06-26 Thread Senthil Kumaran
Senthil Kumaran added the comment: Capitalization is a language property, it is not Python specific. By Definition, except for first letter every thing else is lower cased. http://en.wikipedia.org/wiki/Capitalization So, Python documentation assumes that it is understood (or can referred to i

<    1   2