[New-bugs-announce] [issue15774] String method title() produces incorrect resutls

mesheb82 report at bugs.python.org
Fri Aug 24 02:52:19 CEST 2012


New submission from mesheb82:

I got unexpected results when working with a string that has an apostrophe in it.
"Joe's".title()
>> "Joe'S"

'Joe"s'.title()
>> 'Joe"S'

----------
components: Interpreter Core
messages: 168969
nosy: mesheb82
priority: normal
severity: normal
status: open
title: String method title() produces incorrect resutls
versions: Python 2.6

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue15774>
_______________________________________


More information about the New-bugs-announce mailing list