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

SourceForge.net noreply@sourceforge.net
Sat, 03 May 2003 03:59:46 -0700


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

Category: Documentation
Group: Python 2.3
>Status: Closed
>Resolution: Accepted
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: Martin v. Löwis (loewis)
Date: 2003-05-03 12:59

Message:
Logged In: YES 
user_id=21627

Thanks for the patch. Applied as libre.tex 1.98. Notice that
there are special \versionadded,\versionchanged commands in
Python-Tex to generate these "New/Changed in x.y" sections.

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

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