Skip to content

MIME guessing works in Python 3.8 in test_urllib2#516

Merged
jmadler merged 1 commit intoPythonCharmers:masterfrom
s-t-e-v-e-n-k:python3.8-mime-type
Oct 24, 2019
Merged

MIME guessing works in Python 3.8 in test_urllib2#516
jmadler merged 1 commit intoPythonCharmers:masterfrom
s-t-e-v-e-n-k:python3.8-mime-type

Conversation

@s-t-e-v-e-n-k
Copy link
Contributor

To continue to support other versions of Python, use sys.hexversion to
check if we're using 3.8 and set the MIME type appropriately.

Fixes #508

To continue to support other versions of Python, use sys.hexversion to
check if we're using 3.8 and set the MIME type appropriately.

Fixes PythonCharmers#508
@jmadler jmadler merged commit d7f20ce into PythonCharmers:master Oct 24, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[future-0.18.0] test urllib2 failed with Python3.8

2 participants