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 2005年07月25日 23:38 by hoffman, last changed 2022年04月11日 14:56 by admin. This issue is now closed.
| Files | ||||
|---|---|---|---|---|
| File name | Uploaded | Description | Edit | |
| startfile.patch | hoffman, 2005年09月15日 12:44 | |||
| Messages (10) | |||
|---|---|---|---|
| msg48622 - (view) | Author: Michael Hoffman (hoffman) | Date: 2005年07月25日 23:38 | |
This patch enables os.startfile() on Cygwin, converting Cygwin POSIX paths to Windows paths unless they look like URLs, and calling ShellExecute() on the result. It also enables the webbrowser.WindowsDefault class, which uses os.startfile(). It has to make WindowsError and the PyErr*Windows* functions available as well because win32_startfile() might call them. |
|||
| msg48623 - (view) | Author: Georg Brandl (georg.brandl) * (Python committer) | Date: 2005年09月15日 07:20 | |
Logged In: YES user_id=1188172 There's no uploaded file! You have to check the checkbox labeled "Check to Upload & Attach File" when you upload a file. In addition, even if you *did* check this checkbox, a bug in SourceForge prevents attaching a file when *creating* an issue. Please try again. (This is a SourceForge annoyance that we can do nothing about. :-( ) |
|||
| msg48624 - (view) | Author: Michael Hoffman (hoffman) | Date: 2005年09月15日 10:49 | |
Logged In: YES user_id=987664 Argh, sorry about that. Thanks Reinhold; here's the patch. |
|||
| msg48625 - (view) | Author: Georg Brandl (georg.brandl) * (Python committer) | Date: 2005年09月15日 12:39 | |
Logged In: YES user_id=1188172 I still see no patch... are you sure you check the right box? ;-) |
|||
| msg48626 - (view) | Author: Michael Hoffman (hoffman) | Date: 2005年09月15日 12:44 | |
Logged In: YES user_id=987664 Let's try this again... |
|||
| msg48627 - (view) | Author: Georg Brandl (georg.brandl) * (Python committer) | Date: 2005年09月15日 13:04 | |
Logged In: YES user_id=1188172 Raymond, can you look at this one? It seems to be okay, but I can't test it. |
|||
| msg48628 - (view) | Author: Michael Hoffman (hoffman) | Date: 2006年01月17日 15:17 | |
Logged In: YES user_id=987664 Raymond, did you ever have a chance to look at this patch? |
|||
| msg48629 - (view) | Author: Raymond Hettinger (rhettinger) * (Python committer) | Date: 2007年04月03日 01:52 | |
Unfortunately, I no longer have access to a Windows build environment and cannot exercise this patch. |
|||
| msg48630 - (view) | Author: Michael Hoffman (hoffman) | Date: 2007年04月03日 02:17 | |
Hmmmm. Can you suggest a way to move forward on this? |
|||
| msg114539 - (view) | Author: Mark Lawrence (BreamoreBoy) * | Date: 2010年08月21日 18:38 | |
Any Cygwin person interested in taking this forward? |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:56:12 | admin | set | github: 42219 |
| 2021年10月21日 09:56:48 | iritkatriel | set | resolution: duplicate -> wont fix |
| 2021年10月20日 12:19:16 | iritkatriel | set | status: open -> closed superseder: Cygwin is unsupported - close all open issues and list them here. resolution: duplicate stage: patch review -> resolved |
| 2014年02月03日 19:48:14 | BreamoreBoy | set | nosy:
- BreamoreBoy |
| 2010年08月21日 18:38:47 | BreamoreBoy | set | versions:
+ Python 3.2, - Python 2.7 nosy: + BreamoreBoy messages: + msg114539 stage: test needed -> patch review |
| 2009年03月30日 17:03:59 | ajaksu2 | set | stage: test needed type: enhancement components: + Windows versions: + Python 2.7 |
| 2005年07月25日 23:38:18 | hoffman | create | |