[Patches] [ python-Patches-565471 ] Update Tools/world/world

noreply@sourceforge.net noreply@sourceforge.net
Thu, 06 Jun 2002 23:54:02 -0700


Patches item #565471, was opened at 2002-06-06 20:47
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=305470&aid=565471&group_id=5470

Category: Library (Lib)
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Walter Dörwald (doerwalter)
Assigned to: Nobody/Anonymous (nobody)
Summary: Update Tools/world/world

Initial Comment:
This patch replaces string module functions with string
methods in the Tools/world/world scripts.

It also updates two outdated URLs and the countrycodes
dictionary.


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

>Comment By: Martin v. Löwis (loewis)
Date: 2002-06-07 08:54

Message:
Logged In: YES 
user_id=21627

The

 elif string.find(w, '-'):

chunk looks wrong: find returns -1 on failure, which is also
True (this bug was in the original code already).

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

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