[Patches] [ python-Patches-839877 ] removed unused function(test_glob.py)

SourceForge.net noreply at sourceforge.net
Thu Nov 13 02:45:58 EST 2003


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

Category: Tests
Group: Python 2.3
>Status: Closed
>Resolution: Accepted
Priority: 5
Submitted By: George Yoshida (quiver)
Assigned to: Nobody/Anonymous (nobody)
Summary: removed unused function(test_glob.py)

Initial Comment:
test_glob.py has an unused lambda expression 
inside GlobTests' test_xxx methods.

  np = lambda *f: norm(self.tempdir, *f)

It seems they exist from the initial import of 
test_glob.py, but as far as I have checked, they 
have never been used.

Please check this patch to get rid of them.

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

>Comment By: Martin v. Löwis (loewis)
Date: 2003-11-13 08:45

Message:
Logged In: YES 
user_id=21627

Thanks for the patch. Committed as test_glob.py 1.6.

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

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



More information about the Patches mailing list