[issue43408] about the method: title()

2021-03-05 Thread Christian Heimes
Christian Heimes added the comment: This behavior is documented, https://docs.python.org/3/library/stdtypes.html#str.title > The algorithm uses a simple language-independent definition of a word as > groups of consecutive letters. The definition works in many contexts but it > means that ap

[issue43408] about the method: title()

2021-03-05 Thread Qihao Chen
New submission from Qihao Chen : Hello, I'm a student from China, and I think there is a bug in Python3.7. When I use the method "title()", I think the method should not make "'s" upper. I would appreciate it if you could consider my advice. -- files: title().png messages: 388153 nosy