| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
There was a problem hiding this comment.
Thanks!
Sorry, something went wrong.
| persist-credentials: false | ||
| - name: Build CPython installer | ||
| run: .\Tools\msi\build.bat --doc -"${ARCH}" | ||
| run: ./Tools/msi/build.bat --doc -"${ARCH}" |
There was a problem hiding this comment.
It seems that with shell: bash both / and \\ work for paths, but not \.
I've seen (and used) \\ elsewhere, but since this is the only instance in this file and / is more readable we don't need to worry about consistency here.
Sorry, something went wrong.
There was a problem hiding this comment.
Yes, / and \\ are both valid path separators on Windows, so using / always works fine for paths on Windows. The difference between the platforms is that / is not the default path separator on Windows.
Sorry, something went wrong.
|
Thanks @hugovk for the PR 🌮🎉.. I'm working now to backport this PR to: 3.13. |
Sorry, something went wrong.
(cherry picked from commit b2ad7e0) Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
|
GH-127824 is a backport of this pull request to the 3.13 branch. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Follow on from #127749.
Re: #127786 (comment).
Needs backporting to 3.13 but was already added to 3.12 in #127788.