This issue tracker has been migrated to GitHub ,
and is currently read-only.
For more information,
see the GitHub FAQs in the Python's Developer Guide.
Created on 2006年06月21日 08:47 by wrstlprmpft, last changed 2022年04月11日 14:56 by admin. This issue is now closed.
| Messages (6) | |||
|---|---|---|---|
| msg61243 - (view) | Author: wrstl prmpft (wrstlprmpft) | Date: 2006年06月21日 08:47 | |
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 |
|||
| msg61244 - (view) | Author: Martin v. Löwis (loewis) * (Python committer) | Date: 2006年10月14日 22:38 | |
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. |
|||
| msg61245 - (view) | Author: wrstl prmpft (wrstlprmpft) | Date: 2006年10月15日 13:31 | |
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 |
|||
| msg61246 - (view) | Author: Martin v. Löwis (loewis) * (Python committer) | Date: 2006年10月15日 13:46 | |
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). |
|||
| msg61247 - (view) | Author: Trent Mick (tmick) (Python triager) | Date: 2006年10月16日 16:37 | |
Logged In: YES user_id=34892 I'm happy to contribute this to the Python core. There are some TODOs here that I think should be worked through: http://trentm.com/projects/which/TODO.txt I'll see if wrstlprmpft and I can get through those. Help and opinions from others very welcome. |
|||
| msg121400 - (view) | Author: Éric Araujo (eric.araujo) * (Python committer) | Date: 2010年11月18日 01:04 | |
I think Tools/scripts/which.py is obsoleted by the upcoming shutil.which function. |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:56:18 | admin | set | github: 43533 |
| 2010年12月30日 22:14:16 | georg.brandl | unlink | issue7962 dependencies |
| 2010年11月18日 02:30:16 | eric.araujo | unlink | issue444582 dependencies |
| 2010年11月18日 01:04:48 | eric.araujo | set | status: open -> closed superseder: Finding programs in PATH, adding shutil.which nosy: + eric.araujo messages: + msg121400 resolution: duplicate stage: test needed -> resolved |
| 2010年08月09日 03:41:50 | terry.reedy | set | versions: + Python 3.2, - Python 3.1, Python 2.7 |
| 2010年07月04日 16:58:32 | eric.araujo | link | issue7962 dependencies |
| 2009年04月22日 14:38:20 | ajaksu2 | link | issue444582 dependencies |
| 2009年03月30日 06:33:27 | ajaksu2 | set | stage: test needed components: + Demos and Tools, - None versions: + Python 3.1, Python 2.7 |
| 2008年03月14日 18:16:54 | schmir | set | nosy: + schmir |
| 2006年06月21日 08:47:17 | wrstlprmpft | create | |