[Python-bugs-list] [ python-Feature Requests-635144 ] New UniDiffer class

noreply@sourceforge.net noreply@sourceforge.net
Thu, 07 Nov 2002 12:00:16 -0800


Feature Requests item #635144, was opened at 2002-11-07 20:49
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=355470&aid=635144&group_id=5470

Category: Python Library
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Martijn Pieters (mjpieters)
Assigned to: Nobody/Anonymous (nobody)
Summary: New UniDiffer class

Initial Comment:
Attached is a new UniDiffer module, based on the
difflib.Differ class, which outputs GNU diff unified
context format compatible lines.

The class includes doctest tests and is intended to be
merged directly into the difflib module.

Jim Fulton saiz this can be added to the Python Library
under the current Python license.

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

>Comment By: Martijn Pieters (mjpieters)
Date: 2002-11-07 21:00

Message:
Logged In: YES 
user_id=116747

New version attached, fixing a context bug.

There was a small bug in the previous version where, if
context was set to 0, the all lines until the end of the
last chunk were shown.

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

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