[Patches] [ python-Patches-995740 ] fix for title case bug: #995422

SourceForge.net noreply at sourceforge.net
Sat Jul 24 06:33:28 CEST 2004


Patches item #995740, was opened at 2004-07-22 02:20
Message generated for change (Comment added) made by rhettinger
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=995740&group_id=5470

Category: Core (C code)
Group: Python 2.4
Status: Open
Resolution: None
Priority: 5
Submitted By: Baris Metin (tbmetin)
Assigned to: Nobody/Anonymous (nobody)
Summary: fix for title case bug: #995422

Initial Comment:
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. 
 

----------------------------------------------------------------------

>Comment By: Raymond Hettinger (rhettinger)
Date: 2004-07-23 23:33

Message:
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.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=995740&group_id=5470


More information about the Patches mailing list