We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The Python 3.4 convert_charrefs argument is missing from the Python 3.3 backport
https://github.com/PythonCharmers/python-future/blob/master/src/future/backports/html/parser.py#L122
Python 3.5 issues a warning if it is not used.
DeprecationWarning: The value of convert_charrefs will become True in 3.5. You are encouraged to set the value explicitly.
The text was updated successfully, but these errors were encountered:
The warning is actually already issued in 3.4.2: https://travis-ci.org/wikimedia/pywikibot-core/jobs/76368618#L3230
Sorry, something went wrong.
No branches or pull requests
The Python 3.4 convert_charrefs argument is missing from the Python 3.3 backport
https://github.com/PythonCharmers/python-future/blob/master/src/future/backports/html/parser.py#L122
Python 3.5 issues a warning if it is not used.
The text was updated successfully, but these errors were encountered: