Skip to content

Update pyclustercheck.py.in#2134

Open
laudares wants to merge 1 commit into
percona:trunkfrom
laudares:patch-1
Open

Update pyclustercheck.py.in#2134
laudares wants to merge 1 commit into
percona:trunkfrom
laudares:patch-1

Conversation

@laudares

@laudares laudares commented Jul 9, 2025

Copy link
Copy Markdown

This script is broken on modern servers: python2 is no more, and SimpleHTTPServer and BaseHTTPServer have been merged into standard http.server module. Furthermore, BaseHTTPRequestHandler's write() function no longer accepts strings, only "bytes-like" objects.

Tested on Ubuntu 22.04 with Python 3.10 and PXC 8.4.

This script is broken on modern servers: python2 is no more, and SimpleHTTPServer and BaseHTTPServer have been merged into standard http.server module. Furthermore, BaseHTTPRequestHandler's write() function no longer accepts strings, only "bytes-like" objects.

Tested on Ubuntu 22.04 with Python 3.10 and PXC 8.4.
@it-percona-cla

it-percona-cla commented Jul 9, 2025

Copy link
Copy Markdown

CLA assistant check
All committers have signed the CLA.

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