[Patches] [ python-Patches-562501 ] Add isxxx() methods to string objects

noreply@sourceforge.net noreply@sourceforge.net
Thu, 30 May 2002 11:41:31 -0700


Patches item #562501, was opened at 2002-05-30 14:00
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=305470&aid=562501&group_id=5470

Category: Core (C code)
Group: Python 2.3
Status: Open
Resolution: None
Priority: 5
Submitted By: Raymond Hettinger (rhettinger)
>Assigned to: Raymond Hettinger (rhettinger)
Summary: Add isxxx() methods to string objects

Initial Comment:
Here's the patch for the isxxx methods.  If it's up to 
spec, let me know and I'll add documentation and 
expand the unittests.

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

>Comment By: Guido van Rossum (gvanrossum)
Date: 2002-05-30 14:41

Message:
Logged In: YES 
user_id=6380

Thanks!

But what about adding the same methods to Unicode objects? I
think that's the point of using methods -- supporting the
same operations for both string types.

Also, Paul Prescod wanted ishexdigit instead of isxdigit.
Not sure if I agree.

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

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