-
Notifications
You must be signed in to change notification settings - Fork 291
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[future-0.18.0] test urllib2 failed with Python3.8 #508
Comments
I have a patch for this which I'm happy to push up a PR for -- but it uses sys.hexversion, and personally I think that makes the patch rather messy. |
Can you submit a bugfix please? I'll include it in a release in the next few days. There are constants in |
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
@sagitter, could you check if it still works in 3.8.0? I've just tried enabling py3.8 on this package, and the updated test fails on py3.8. |
(I mean 3.8.0 final) |
https://build.opensuse.org/request/show/754444 by user dimstar_suse - Update to 0.18.2: - Fix min/max functions with generators, and 'None' default (PR #514) - Use BaseException in raise_() (PR #515) - Fix builtins.round() for Decimals (Issue #501) - Fix raise_from() to prevent failures with immutable classes (PR #518) - Make FixInput idempotent (Issue #427) - Fix type in newround (PR #521) - Support mimetype guessing in urllib2 for Py3.8+ (Issue #508) - fix for raise_() when passed an exception that's not an Exception (e.g. BaseException subclasses) - Rebase future-correct-mimetype.patch to revert incorrect fix in gh#PythonCharmers/python-future#508
Hi all.
I know that Python-3.8.0-rc1 is not supported yet but i wish to point out following error anyway:
The text was updated successfully, but these errors were encountered: