Stuart MacKay
Stuart MacKay
In sphinx's conf.py there are two version numbers: `release` which is the major release version and `version` which is the full version number. For example: ``` # docs/conf.py version =...
In with_asserts/mixin.py:AssertHTMLMixin assertHTML does not take the encoding of the response.content in account when calling lxml.html.fromstring() in with_asserts.context_manager.py, line 39. Ideally an lxml.html.HTMLParser() with the correct encoding should be passed...
A ref directive was added to the input field to allow it to be referenced from outside the component, for example to set input focus. If a ref directive is...