Title: Finding programs in PATH, adding shutil.which · Issue #34832 · python/cpython · GitHub
Open Graph Title: Finding programs in PATH, adding shutil.which · Issue #34832 · python/cpython
X Title: Finding programs in PATH, adding shutil.which · Issue #34832 · python/cpython
Description: BPO 444582 Nosy @loewis, @birkenfeld, @abalkin, @pitrou, @vstinner, @giampaolo, @tiran, @devdanzin, @tarekziade, @merwok, @agbuckley, @bitdancer, @voidspace, @briancurtin, @petere, @sandrotosi, @takluyver Files find_in_path.py: Reference...
Open Graph Description: BPO 444582 Nosy @loewis, @birkenfeld, @abalkin, @pitrou, @vstinner, @giampaolo, @tiran, @devdanzin, @tarekziade, @merwok, @agbuckley, @bitdancer, @voidspace, @briancurtin, @petere, @sandrotosi, @ta...
X Description: BPO 444582 Nosy @loewis, @birkenfeld, @abalkin, @pitrou, @vstinner, @giampaolo, @tiran, @devdanzin, @tarekziade, @merwok, @agbuckley, @bitdancer, @voidspace, @briancurtin, @petere, @sandrotosi, @ta...
Opengraph URL: https://github.com/python/cpython/issues/34832
X: @github
Domain: github.com
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"Finding programs in PATH, adding shutil.which","articleBody":"BPO | [444582](https://bugs.python.org/issue444582)\n--- | :---\nNosy | @loewis, @birkenfeld, @abalkin, @pitrou, @vstinner, @giampaolo, @tiran, @devdanzin, @tarekziade, @merwok, @agbuckley, @bitdancer, @voidspace, @briancurtin, @petere, @sandrotosi, @takluyver\nFiles | \u003cli\u003e[find_in_path.py](https://bugs.python.org/file8185/find_in_path.py \"Uploaded as text/plain at 2001-07-25.20:13:54 by edemaine\"): Reference implementation of which and find_in_path (which anyone is free to use)\u003c/li\u003e\u003cli\u003e[shutil_which.patch](https://bugs.python.org/file15381/shutil_which.patch \"Uploaded as text/plain at 2009-11-23.04:41:29 by @briancurtin\"): patch against 76432\u003c/li\u003e\u003cli\u003e[which.py](https://bugs.python.org/file16441/which.py \"Uploaded as text/plain at 2010-03-05.00:21:33 by iki\"): Another reference implementation as a standalone module based on '2010-01-13 shutil_which.patch' with several fixes, mostly but not only for windows\u003c/li\u003e\u003cli\u003e[which.py](https://bugs.python.org/file16447/which.py \"Uploaded as text/plain at 2010-03-05.10:05:11 by iki\"): Updated version of reference implementation as a standalone module\u003c/li\u003e\u003cli\u003e[which.py](https://bugs.python.org/file16459/which.py \"Uploaded as text/plain at 2010-03-05.12:38:55 by iki\"): Updated version of reference implementation as a standalone module\u003c/li\u003e\u003cli\u003e[shutil_which_82778.patch](https://bugs.python.org/file17957/shutil_which_82778.patch \"Uploaded as text/plain at 2010-07-12.05:24:31 by iki\"): patch against 82778\u003c/li\u003e\u003cli\u003e[which.py](https://bugs.python.org/file17958/which.py \"Uploaded as text/plain at 2010-07-12.05:25:45 by iki\"): updated reference implementation as a standalone module\u003c/li\u003e\u003cli\u003e[shutil_which_82778.patch](https://bugs.python.org/file17962/shutil_which_82778.patch \"Uploaded as text/plain at 2010-07-12.13:38:22 by iki\"): updated patch against 82778\u003c/li\u003e\u003cli\u003e[which.py](https://bugs.python.org/file17963/which.py \"Uploaded as text/plain at 2010-07-12.13:39:14 by iki\"): updated reference implementation as a standalone module\u003c/li\u003e\u003cli\u003e[shutil_which_82778.patch](https://bugs.python.org/file18000/shutil_which_82778.patch \"Uploaded as text/plain at 2010-07-14.15:31:08 by iki\"): updated patch against 82778\u003c/li\u003e\u003cli\u003e[which.py](https://bugs.python.org/file18001/which.py \"Uploaded as text/plain at 2010-07-14.15:31:44 by iki\"): updated reference implementation as a standalone module\u003c/li\u003e\u003cli\u003e[pathtest.bat](https://bugs.python.org/file23797/pathtest.bat \"Uploaded as text/plain at 2011-11-28.12:06:07 by weeble\"): Batch file demonstrating Windows PATH behaviour with quoted paths\u003c/li\u003e\u003cli\u003e[issue444582.diff](https://bugs.python.org/file26054/issue444582.diff \"Uploaded as text/plain at 2012-06-19.18:38:06 by @briancurtin\")\u003c/li\u003e\u003cli\u003e[issue444582_v2.diff](https://bugs.python.org/file26059/issue444582_v2.diff \"Uploaded as text/plain at 2012-06-20.05:53:17 by @briancurtin\")\u003c/li\u003e\u003cli\u003e[issue444582_v3.diff](https://bugs.python.org/file26078/issue444582_v3.diff \"Uploaded as text/plain at 2012-06-21.22:29:52 by @briancurtin\")\u003c/li\u003e\u003cli\u003e[issue444582_v4.diff](https://bugs.python.org/file26090/issue444582_v4.diff \"Uploaded as text/plain at 2012-06-22.19:38:52 by @briancurtin\")\u003c/li\u003e\n\n\u003csup\u003e*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*\u003c/sup\u003e\n\n\u003cdetails\u003e\u003csummary\u003eShow more details\u003c/summary\u003e\u003cp\u003e\n\nGitHub fields:\n```python\nassignee = 'https://github.com/briancurtin'\nclosed_at = \u003cDate 2013-03-25.18:16:48.919\u003e\ncreated_at = \u003cDate 2001-07-25.20:13:53.000\u003e\nlabels = ['type-feature', 'library']\ntitle = 'Finding programs in PATH, adding shutil.which'\nupdated_at = \u003cDate 2013-03-25.18:16:48.918\u003e\nuser = 'https://bugs.python.org/edemaine'\n```\n\nbugs.python.org fields:\n```python\nactivity = \u003cDate 2013-03-25.18:16:48.918\u003e\nactor = 'eric.araujo'\nassignee = 'brian.curtin'\nclosed = True\nclosed_date = \u003cDate 2013-03-25.18:16:48.919\u003e\ncloser = 'eric.araujo'\ncomponents = ['Library (Lib)']\ncreation = \u003cDate 2001-07-25.20:13:53.000\u003e\ncreator = 'edemaine'\ndependencies = []\nfiles = ['8185', '15381', '16441', '16447', '16459', '17957', '17958', '17962', '17963', '18000', '18001', '23797', '26054', '26059', '26078', '26090']\nhgrepos = []\nissue_num = 444582\nkeywords = ['patch']\nmessage_count = 61.0\nmessages = ['53174', '53175', '53176', '55402', '57774', '83484', '95614', '100444', '100460', '100469', '106046', '106055', '109234', '109554', '109583', '109587', '109764', '110033', '110034', '110049', '110068', '110073', '110084', '110085', '110291', '113241', '113285', '113944', '115016', '121398', '121424', '124996', '125222', '125233', '134306', '148475', '163201', '163242', '163253', '163376', '163454', '163466', '163479', '163481', '163482', '163483', '163484', '163485', '163487', '163488', '163490', '163492', '163493', '163764', '163800', '163802', '179889', '179891', '185218', '185220', '185221']\nnosy_count = 31.0\nnosy_names = ['loewis', 'tmick', 'georg.brandl', 'edemaine', 'belopolsky', 'pitrou', 'vstinner', 'wrstlprmpft', 'giampaolo.rodola', 'christian.heimes', 'ajaksu2', 'sfllaw', 'schmir', 'tarek', 'eric.araujo', 'Christophe Simonis', 'andybuckley', 'weeble', 'r.david.murray', 'tleeuwenburg@gmail.com', 'michael.foord', 'brian.curtin', 'meatballhat', 'petere', 'sandro.tosi', 'iki', 'BreamoreBoy', 'Iztok.Kavkler', 'python-dev', 'takluyver', 'Omega_Weapon']\npr_nums = []\npriority = 'normal'\nresolution = 'fixed'\nstage = 'resolved'\nstatus = 'closed'\nsuperseder = None\ntype = 'enhancement'\nurl = 'https://bugs.python.org/issue444582'\nversions = ['Python 3.3']\n```\n\n\u003c/p\u003e\u003c/details\u003e\n","author":{"url":"https://github.com/edemaine","@type":"Person","name":"edemaine"},"datePublished":"2001-07-25T20:13:53.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":61},"url":"https://github.com/34832/cpython/issues/34832"}
| route-pattern | /_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format) |
| route-controller | voltron_issues_fragments |
| route-action | issue_layout |
| fetch-nonce | v2:89c9c9c1-23e3-8526-cb6d-e5521d5cc74e |
| current-catalog-service-hash | 81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114 |
| request-id | 9C28:162B2:B5C2A0:FF2814:6A4E883B |
| html-safe-nonce | 6ed0e95dffb39e5d06e8720b223abccb69664c32c19a28b612d63fc4c35b7bb6 |
| visitor-payload | eyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiI5QzI4OjE2MkIyOkI1QzJBMDpGRjI4MTQ6NkE0RTg4M0IiLCJ2aXNpdG9yX2lkIjoiMTYxNTAxNzgzMjMzNTk2ODMxNSIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9 |
| visitor-hmac | d3a4a7e8194ffd838fc6b981e92c0db6cbd305df4a32251bd34cfad3807fe431 |
| hovercard-subject-tag | issue:1198778590 |
| github-keyboard-shortcuts | repository,issues,copilot |
| google-site-verification | Apib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I |
| octolytics-url | https://collector.github.com/github/collect |
| analytics-location | / |
| fb:app_id | 1401488693436528 |
| apple-itunes-app | app-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/python/cpython/34832/issue_layout |
| twitter:image | https://opengraph.githubassets.com/467d346841c64cbb85dbf4ab8374a5b4f5c31f01df2e604b5560684d8733eb3d/python/cpython/issues/34832 |
| twitter:card | summary_large_image |
| og:image | https://opengraph.githubassets.com/467d346841c64cbb85dbf4ab8374a5b4f5c31f01df2e604b5560684d8733eb3d/python/cpython/issues/34832 |
| og:image:alt | BPO 444582 Nosy @loewis, @birkenfeld, @abalkin, @pitrou, @vstinner, @giampaolo, @tiran, @devdanzin, @tarekziade, @merwok, @agbuckley, @bitdancer, @voidspace, @briancurtin, @petere, @sandrotosi, @ta... |
| og:image:width | 1200 |
| og:image:height | 600 |
| og:site_name | GitHub |
| og:type | object |
| og:author:username | edemaine |
| hostname | github.com |
| expected-hostname | github.com |
| None | 41b6ab3ba6d20a71766ac245b5a4a94c6fc672a9cd4da7d44c1b33ab8bf6a21c |
| turbo-cache-control | no-preview |
| go-import | github.com/python/cpython git https://github.com/python/cpython.git |
| octolytics-dimension-user_id | 1525981 |
| octolytics-dimension-user_login | python |
| octolytics-dimension-repository_id | 81598961 |
| octolytics-dimension-repository_nwo | python/cpython |
| octolytics-dimension-repository_public | true |
| octolytics-dimension-repository_is_fork | false |
| octolytics-dimension-repository_network_root_id | 81598961 |
| octolytics-dimension-repository_network_root_nwo | python/cpython |
| turbo-body-classes | logged-out env-production page-responsive |
| disable-turbo | false |
| browser-stats-url | https://api.github.com/_private/browser/stats |
| browser-errors-url | https://api.github.com/_private/browser/errors |
| release | e6a744804e8e70f97b4d5a18a94dcc63db22f97a |
| ui-target | full |
| theme-color | #1e2327 |
| color-scheme | light dark |
Links:
Viewport: width=device-width