Skip to content
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

FIX documentation and NEWS of ThreadedHTTPServer. #6207

Merged
merged 1 commit into from
Mar 28, 2018

Conversation

JulienPalard
Copy link
Member

See comments from #6203.

@@ -37,9 +37,12 @@ handler. Code to create and run the server looks like this::

This class is identical to HTTPServer but uses threads to handle
requests by using the :class:`~socketserver.ThreadingMixin`. This
is usefull to handle web browsers pre-opening sockets, on which
is useful to handle web browsers pre-opening sockets, on which
:class:`HTTPServer` would wait indefinitly.
Copy link
Member

Choose a reason for hiding this comment

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

Needs a second E: indefinitely (I think this was also your wording :)

@JulienPalard JulienPalard merged commit 79c3bab into python:master Mar 28, 2018
@miss-islington
Copy link
Contributor

Thanks @JulienPalard for the PR 🌮🎉.. I'm working now to backport this PR to: 3.7.
🐍🍒⛏🤖

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Mar 28, 2018
(cherry picked from commit 79c3bab)

Co-authored-by: Julien Palard <julien@palard.fr>
@bedevere-bot
Copy link

GH-6302 is a backport of this pull request to the 3.7 branch.

ned-deily pushed a commit that referenced this pull request Mar 29, 2018
(cherry picked from commit 79c3bab)

Co-authored-by: Julien Palard <julien@palard.fr>
@JulienPalard JulienPalard deleted the fix-typo branch June 16, 2019 14:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants