Skip to content

bpo-35220: delete "how do I emulate os.kill" section in Windows FAQ #10487

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

Merged
merged 1 commit into from
Nov 23, 2018

Conversation

deronnax
Copy link
Contributor

@deronnax deronnax commented Nov 12, 2018

That section is a tip on how to kill process on Windows for Python prior to 2.7 and 3.2.
3.1 end of support was April 2012 and 2.6 was October 2013, so that hasn't been needed for supported versions of Python for more than 5 years. Beside not being needed anymore for a long time, when I read it with the eyes of a Python profane, it makes Python looks bad, like a language from the past with warts you need to circumvent.
Let's delete that :)

That section is a tip on how to kill process on Windows for Python prior to 2.7 and 3.2.
3.1 end of support was April 2012 and 2.6 was October 2013, so that hasn't been need for supported versions of Python for more than 5 years. Beside not being needed anymore for a long time, when I read it with the eyes of a Python profane, it makes Python looks bad, like a language from the parts with warts you need to circumvent.
Let's delete that :)
@bedevere-bot bedevere-bot added docs Documentation in the Doc dir awaiting review labels Nov 12, 2018
@deronnax deronnax changed the title delete "how do I emulate os.kill" section in Windows FAQ bpo-35220: delete "how do I emulate os.kill" section in Windows FAQ Nov 12, 2018
Copy link
Member

@JulienPalard JulienPalard left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, anyway this block will remain on those old documentations so it will still be accessible, as long as people are reading the right documentation version.

@deronnax
Copy link
Contributor Author

@JulienPalard could we also backport to 3.7, 3.6 and 3.5 since, as stated in the documentation, it's unneeded since python 3.2 ?

JulienPalard pushed a commit to JulienPalard/cpython that referenced this pull request Nov 28, 2018
…ythonGH-10487)

That section is a tip on how to kill process on Windows for Python prior to 2.7 and 3.2.
3.1 end of support was April 2012 and 2.6 was October 2013, so that hasn't been need for supported versions of Python for more than 5 years. Beside not being needed anymore for a long time, when I read it with the eyes of a Python profane, it makes Python looks bad, like a language from the parts with warts you need to circumvent.
Let's delete that :).
(cherry picked from commit a1c4001)

Co-authored-by: Mathieu Dupuy <deronnax@users.noreply.github.com>
JulienPalard pushed a commit to JulienPalard/cpython that referenced this pull request Nov 28, 2018
…ythonGH-10487)

That section is a tip on how to kill process on Windows for Python prior to 2.7 and 3.2.
3.1 end of support was April 2012 and 2.6 was October 2013, so that hasn't been need for supported versions of Python for more than 5 years. Beside not being needed anymore for a long time, when I read it with the eyes of a Python profane, it makes Python looks bad, like a language from the parts with warts you need to circumvent.
Let's delete that :).
(cherry picked from commit a1c4001)

Co-authored-by: Mathieu Dupuy <deronnax@users.noreply.github.com>
JulienPalard added a commit that referenced this pull request Nov 28, 2018
…H-10487) (GH-10768)

That section is a tip on how to kill process on Windows for Python prior to 2.7 and 3.2.
3.1 end of support was April 2012 and 2.6 was October 2013, so that hasn't been need for supported versions of Python for more than 5 years. Beside not being needed anymore for a long time, when I read it with the eyes of a Python profane, it makes Python looks bad, like a language from the parts with warts you need to circumvent.
Let's delete that :).
(cherry picked from commit a1c4001)

Co-authored-by: Mathieu Dupuy <deronnax@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs Documentation in the Doc dir skip issue skip news
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants