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

SourceForge.net noreply@sourceforge.net
Fri, 02 May 2003 15:01:53 -0700


Patches item #731621, was opened at 2003-05-02 22:01
Message generated for change (Tracker Item Submitted) made by Item Submitter
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: None
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). 
 

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

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