8000 Remove cgi module by arihant2math · Pull Request #5597 · RustPython/RustPython · GitHub
[go: up one dir, main page]

Skip to content

Remove cgi module #5597

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 2 commits into from
Mar 12, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
8000 Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
mark failing test
  • Loading branch information
arihant2math committed Mar 11, 2025
commit ce2d3addf242b9d88d5f2f8269656f43cee49993
1 change: 1 addition & 0 deletions Lib/test/test_httpservers.py
Original file line number Diff line number Diff line change
Expand Up @@ -778,6 +778,7 @@ def test_issue19435(self):

# TODO: RUSTPYTHON
@unittest.skipIf(sys.platform != 'win32', "TODO: RUSTPYTHON; works only on windows")
@unittest.expectedFailure
def test_post(self):
params = urllib.parse.urlencode(
{'spam' : 1, 'eggs' : 'python', 'bacon' : 123456})
Expand Down
Loading
0