[issue25855] str.title()

Jon Sobocinski report at bugs.python.org
Sat Dec 12 23:13:51 EST 2015


New submission from Jon Sobocinski:

Perhaps not a bug, but an odd behavior of pythons built in .title() method. When calling this method on a string such as this: "bill's", python will change the string to "Bill'S". This seems like a behavior that may want to be changed.

----------
components: Library (Lib)
messages: 256314
nosy: Jon Sobocinski
priority: normal
severity: normal
status: open
title: str.title()
type: behavior
versions: Python 3.5

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


More information about the Python-bugs-list mailing list