Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork32k
gh-117026: fix wrong sentence in SimpleHTTPRequestHandler#117027
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
…xt filesThe code does not differentiate between text and binary files so the sentence should be removed from the doc. Seepython#117026
ghost commentedMar 19, 2024 • edited by ghost
Loading Uh oh!
There was an error while loading.Please reload this page.
edited by ghost
Uh oh!
There was an error while loading.Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
This seems good. But something that confuses me is that it looks like the line of code in server.py has never changed, so it's not like this something that changed from python2 to python3.
This feels like Chesterson's fence.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
LGTM. 👍
Thank you for your contribution@SalehDehqanpour.
ea2d707
intopython:mainUh oh!
There was an error while loading.Please reload this page.
Thanks@SalehDehqanpour for the PR, and@serhiy-storchaka for merging it 🌮🎉.. I'm working now to backport this PR to: 3.13, 3.14. |
… docs (pythonGH-117027)The code was changed in0f7cddc (bpo-839496/pythongh-39531).(cherry picked from commitea2d707)Co-authored-by: Saleh Dehqanpour <salehdeh76@gmail.com>
… docs (pythonGH-117027)The code was changed in0f7cddc (bpo-839496/pythongh-39531).(cherry picked from commitea2d707)Co-authored-by: Saleh Dehqanpour <salehdeh76@gmail.com>
GH-134107 is a backport of this pull request to the3.14 branch. |
GH-134108 is a backport of this pull request to the3.13 branch. |
Uh oh!
There was an error while loading.Please reload this page.
The code does not differentiate between text and binary files so the sentence should be removed from the doc. See#117026
📚 Documentation preview 📚:https://cpython-previews--117027.org.readthedocs.build/