[Patches] [Patch #103250] Optimize a strspn() out of startup

noreply@sourceforge.net noreply@sourceforge.net
Tue, 16 Jan 2001 06:21:53 -0800


Patch #103250 has been updated. 

Project: python
Category: None
Status: Open
Submitted by: pj99
Assigned to : gvanrossum
Summary: Optimize a strspn() out of startup

Follow-Ups:

Date: 2001-Jan-15 23:25
By: nobody

Comment:
Why not (isalpha(c) || isdigit(c) || c=='_') ?

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

Date: 2001-Jan-15 19:35
By: gvanrossum

Comment:
Looks cool to me.

Do you have an idea what to do about the other 98.5%? :)
-------------------------------------------------------

-------------------------------------------------------
For more info, visit:

http://sourceforge.net/patch/?func=detailpatch&patch_id=103250&group_id=5470