#635 cgi.parse_qs is pending deprecation
Closed: Fixed 6 years ago Opened 6 years ago 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.


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

6 years ago

Login to comment on this ticket.

Metadata