[ python-Feature Requests-1509798 ] replace dist/src/Tools/scripts/which.py with tmick's which

SourceForge.net noreply at sourceforge.net
Sun Oct 15 15:46:13 CEST 2006


Feature Requests item #1509798, was opened at 2006-06-21 10:47
Message generated for change (Comment added) made by loewis
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=355470&aid=1509798&group_id=5470

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: wrstl prmpft (wrstlprmpft)
Assigned to: Nobody/Anonymous (nobody)
Summary: replace dist/src/Tools/scripts/which.py with tmick's which

Initial Comment:
see http://starship.python.net/~tmick/#which

The author agrees with me in his README.

Even better: include which as a module in the standard 
library so it can be used programmatically and as::

  python -m which ...

or maybe::

  python -m os.which ...

cheers


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

>Comment By: Martin v. Löwis (loewis)
Date: 2006-10-15 15:46

Message:
Logged In: YES 
user_id=21627

Can you please work with Trent on contributing it? Determine
whether it should be targeted for the standard library or
for Tools/scripts; if for the standard library, somebody
needs to provide documentation and test cases also (and
there should be an API review by potential users).

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

Comment By: wrstl prmpft (wrstlprmpft)
Date: 2006-10-15 15:31

Message:
Logged In: YES 
user_id=801589

Current location: http://trentm.com/projects/which/

About getting Trent to actively contribute, I'll cite the 
linked page:

  "I also would be happy to have this be a replacement for 
the which.py in the Python CVS tree at dist/src/Tools/
scripts/which.py which is Unix-specific and not usable as a 
module; and perhaps for inclusion in the stdlib."

So I do not think this will be a problem.
(No way of cc:ing someone for sf.net replies? I will try 
contacting him directly, cc:ing you.)

cheers

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

Comment By: Martin v. Löwis (loewis)
Date: 2006-10-15 00:38

Message:
Logged In: YES 
user_id=21627

The URL is now bad... Do you have a current location of the
file?

In any case, we cannot really replace it unless Trent
actively contributes it. So you have to pursudate Trent to
contribute it first.

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

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


More information about the Python-bugs-list mailing list