Skip to content

Update SimpleHTTPServer to http.server in README.md #416

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ariosramirez
Copy link

This pull request updates the command used to start a simple HTTP server in the project's README.md.
The previous command, python -m SimpleHTTPServer, is deprecated in Python 3.x and has been replaced by python -m http.server.

This change ensures that the instructions in the README are up-to-date and compatible with current Python versions.

Key changes:

  • Replaced python -m SimpleHTTPServer with python -m http.server.

Python SimpleHTTPRequestHandler is deprecated and moved to `http.server`.
@ariosramirez
Copy link
Author

Could you review it?

cc: @HongdaJiang-at, @DerekWu-at, @MatthewZhuo-at @DannyMatteson-at

@sheindel
Copy link

Unfortunately it looks like the AirTable team isn't interested in community PRs and feedbacks, I've had a typing PR open for some time and they haven't reviewed or merged it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants