Skip to content

Fix posting data to a URL

Ghost User requested to merge github/fork/duncanmmacleod/fix-put-python3 into master

This PR fixes a bug in dqsegdb.apicalls.patchWithFailCases where data were being submitted to urlllib.request.Request as str, not bytes.

Merge request reports

Loading