Skip to content

Conversation

ariosramirez
Copy link
Contributor

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
Contributor 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.

Copy link
Member

@JonathanXie-at JonathanXie-at left a comment

Choose a reason for hiding this comment

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

Thanks for the PR, @ariosramirez. Sorry that it took so long for us to review this.

@JonathanXie-at JonathanXie-at merged commit 55cc755 into Airtable:master Jun 6, 2025
@ariosramirez ariosramirez deleted the feature/update_python_server_command branch June 25, 2025 17:21
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.

3 participants