
Nov. 30, 2000
12:49 p.m.
"Barry A. Warsaw" wrote:
I was just surprised by something I've never observed before from string.capitalize(). There is clearly either a bug (really two) in the code or in the documentation.
'__Myfoo'.capitalize() '__myfoo'
Huh? The documentation says:
I guess I am a total geek, but it seems right to me. The capital of "_" is "_", and the rest was converted to lower case. JimA