#635 cgi.parse_qs is pending deprecation
Closed: Fixed Opened by mikem.

The new unit tests from PR #620 show a deprecation warning for cgi.parse_qs

/home/mike/Devel/koji/koji/koji/auth.py:81: PendingDeprecationWarning: cgi.parse_qs is deprecated, use urlparse.parse_qs instead
  args = cgi.parse_qs(args, strict_parsing=True)

We use that function a couple places, so we should fix both.


PR #636

Commit ff396155 fixes this issue

Metadata Update from @julian8628:
- Issue set to the milestone: 1.15

This issue has been migrated to Fedora Forge:
https://forge.fedoraproject.org/koji/koji/issues/635

Please continue any further discussion there.

Metadata