#2040 koji.ClientSession: fix erroneous conversion to latin-1
Merged by tkopecek. Opened by otaylor.
otaylor/koji request-encoding  into  master

Download 2040.patch

For Python 3, we need to always encode what we are sending to the server as
utf-8; encoding strings that have only latin-1 as latin-1 causes us to
send something that the server can't parse. (When no encoding is specified
xmlclient.client.dumps creates an XML document with an xml declaration
for UTF-8.)

pretty please pagure-ci rebuild

Could we get a review on this PR ? This is currently making flatpak builds failing in Fedora (https://pagure.io/fedora-infrastructure/issue/8621)

Issue #2093

:thumbsup:

:thumbsup:

Metadata Update from @tkopecek:
- Pull-request tagged with: testing-ready

Commit 4864df34 fixes this pull-request

Pull-Request has been merged by tkopecek

Metadata Update from @jcupova:
- Pull-request tagged with: testing-done

Metadata