PEP proposal: enhanced string functions

Stephen Ferg steve at ferg.org
Wed Nov 14 12:47:00 EST 2001


> An implementation of this is available as SF patch #424606
> (http://sourceforge.net/tracker/?group id=5470&atid=305470&func=det
> ail&aid=424606)

Thanks for this information.

Here's a version of the URL with the space replaced by %20.
Note that you have to join the two lines to get the complete URL:

http://sourceforge.net/tracker/?group%20
id=5470&atid=305470&func=detail&aid=424606

> and has been rejected by Guido. 

Here's Guido's response:
===================================
Date: 2001-08-09 10:50
Sender: gvanrossum
Logged In: YES 
user_id=6380

I don't think this would be used enough to warrant the added
complexity.  Closing as Rejected.
===================================

Rexx has such a feature, and REXX programmers find it useful, although
it is not used frequently.

So I guess it comes down to a trade-off question, to wit: Is the
expected frequency of use great enough to justify the complexity that
the feature would add to the code of the Python interpreter.



More information about the Python-list mailing list