-
-
Notifications
You must be signed in to change notification settings - Fork 32.2k
bpo-32613: Update window FAQ #5552
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
7100acc
to
0aa93f8
Compare
0aa93f8
to
aef5a0e
Compare
Thanks for the review @csabella, I updated my PR. |
The doc build failed.
You need to update the entry for |
@Mariatta thanks for the explanation, I ignored the ignored.csv! It's fixed now. |
b18da56
to
ff9950d
Compare
Thanks @JulienPalard for the PR 🌮🎉.. I'm working now to backport this PR to: 3.6, 3.7. |
Sorry, @JulienPalard, I could not cleanly backport this to |
Sorry, @JulienPalard, I could not cleanly backport this to |
(cherry picked from commit 6431347) Co-authored-by: Julien Palard <julien@palard.fr>
GH-10544 is a backport of this pull request to the 3.7 branch. |
GH-10545 is a backport of this pull request to the 3.6 branch. |
(cherry picked from commit 6431347) Co-authored-by: Julien Palard <julien@palard.fr>
(cherry picked from commit 6431347) Co-authored-by: Julien Palard <julien@palard.fr> https://bugs.python.org/issue32613
(cherry picked from commit 6431347) Co-authored-by: Julien Palard <julien@palard.fr> https://bugs.python.org/issue32613
I dropped the whole section about python not being found, as I suspect does no longer happen since PEP 397 but I'm not a Windows user. I however just tried it on a VM and worked like a charm, and have lots of students, some on windows, and never had to make them configure their PATH to find py.
I also added a section about how to actually run a script, not just start a REPL, as it's the title of the section initially.
https://bugs.python.org/issue32613