[Patches] [ python-Patches-731621 ] Fix for outdated paragraph in re documentation.

SourceForge.net noreply@sourceforge.net
Fri, 02 May 2003 15:13:55 -0700


Patches item #731621, was opened at 2003-05-02 22:01
Message generated for change (Comment added) made by herron
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=731621&group_id=5470

Category: Documentation
Group: Python 2.3
Status: Open
>Resolution: Duplicate
Priority: 5
Submitted By: Gary Herron (herron)
Assigned to: Nobody/Anonymous (nobody)
Summary: Fix for outdated paragraph in re documentation.

Initial Comment:
With recent changes to the re module, a section of the 
manual has become out-of-date.  The end of the Example 
section has a warning about exceeding the recursion limit, 
but the given example no longer does so. 
 
This patch provides a new, not *too* contrived, example 
which does hit the recursion limit, and like the original doc, 
proposes a restructuring of it which avoids the recursion 
limit. 
 
It provides a "New in 2.3" sentence to show what's new. 
 
It also renames the section from "Avoiding backtracking" to 
"Avoiding recursion" since it has nothing to do with 
backtracking (and never did). 
 

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

>Comment By: Gary Herron (herron)
Date: 2003-05-02 22:13

Message:
Logged In: YES 
user_id=395736

Somehow this patch got submitted twice, once as #731514 
and again as this one #731621.  So I have marked this as 
duplicate. 
 
Please see #731514 

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

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