Changes between Initial Version and Version 1 of Ticket #1536, comment 5
- Timestamp:
- 2012-10-05T14:14:24Z (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1536, comment 5
initial v1 2 2 A few questions that went through my mind during that process: 3 3 4 * Is there any particular reason why it's used only on windows?4 * Is there any particular reason why it's ($PATH) used only on windows? 5 5 * Why OS-native path resolution mechanics (which Popen() will use through os.execvp()) are overidden with twisted which() util? 6 6