irmen / Pyro5

Pyro 5 - Python remote objects
https://pyro5.readthedocs.io
MIT License
303 stars 36 forks source link

replace cgi module use in the httpgateway #68

Closed irmen closed 1 year ago

irmen commented 2 years ago

cgi module will be removed in Python 3.13

replace cgi.parse with urllib.parse.parse_qs