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

2010-06-26 Thread Esteban Feldman
New submission from Esteban Feldman : As per documentation: I doesn't say anything on lower the rest of the string. Is this the expected behavior? ** str.capitalize()ΒΆ Return a copy of the string with only its first character capitalized. For 8-bit strings, this method is locale-depe

[issue6641] strptime doesn't support %z format ?

2009-08-04 Thread Esteban Feldman
New submission from Esteban Feldman : When trying to use datetime.strptime %z directive got an unexpected error. >>> from datetime import datetime >>> >>> fecha = u'Sun Aug 02 19:01:25 + 2009' >>> datetime.strptime(fecha, '%a %b %d %H:%M:%