New submission from Grant Edwards <grant.b.edwa...@gmail.com>:

The documentation for str.title() states that the first character in each world 
is converted to upper case. That is not correct for recent versions of Python. 
The first character in each word is converted to title case. Title and upper 
may be the same for English/ASCII, but other languages have characters for 
which upper and title case are different.

----------
assignee: docs@python
components: Documentation
messages: 389242
nosy: docs@python, grant.b.edwards
priority: normal
severity: normal
status: open
title: Doc description of str.title() upper case vs. title case.
versions: Python 3.8

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue43584>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to