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

SourceForge.net noreply at sourceforge.net
Wed Aug 18 16:00:38 CEST 2004


Patches item #995740, was opened at 2004-07-22 09:20
Message generated for change (Comment added) made by loewis
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: Closed
>Resolution: Rejected
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: Martin v. Löwis (loewis)
Date: 2004-08-18 16:00

Message:
Logged In: YES 
user_id=21627

I agree with Raymond; rejecting the patch.

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

Comment By: Raymond Hettinger (rhettinger)
Date: 2004-07-24 06: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