Issue 995740: fix for title case bug: #995422 (original) (raw)

Issue995740

Created on 2004-07-22 07:20 by tbmetin, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
string_title.diff tbmetin,2004-07-22 07:21 patch for #995422 applies to stringobject.c
Messages (3)
msg46414 - (view) Author: Baris Metin (tbmetin) Date: 2004-07-22 07:20
Patch offers a solution for bug #995422. The basic idea in modification is changing the case in specified situations We must define the situations which changes the case. A simple aproach can be considering a case change if we are dealing with the first character of the string or the previous characters is a whitespace/punctuation.
msg46415 - (view) Author: Raymond Hettinger (rhettinger) * (Python committer) Date: 2004-07-24 04:33
Logged In: YES user_id=80475 This patch should probably not be accepted. See the discussion on the original bug report. There are issues of international language conventions and backwards compatability.
msg46416 - (view) Author: Martin v. Löwis (loewis) * (Python committer) Date: 2004-08-18 14:00
Logged In: YES user_id=21627 I agree with Raymond; rejecting the patch.
History
Date User Action Args
2022-04-11 14:56:05 admin set github: 40616
2004-07-22 07:20:21 tbmetin create