forked from pool/python-MechanicalSoup
8c85faa7a1fa2efca285c75c86ab20da38114aa0f48eee4cb9e0ad2a47d8b9e5
* Added support for Python 3.8 and 3.9.
* ``StatefulBrowser`` has new properties ``page``, ``form``, and ``url``,
which can be used in place of the methods ``get_current_page``,
``get_current_form`` and ``get_url`` respectively
* ``StatefulBrowser.form`` will raise an ``AttributeError`` instead of
returning ``None`` if no form has been selected yet.
* Decompose ``<select>`` elements with the same name when adding a new
input element to a form.
* The ``params`` and ``data`` kwargs passed to ``submit`` will now properly
be forwarded to the underlying request for GET methods (whereas previously
``params`` was being overwritten by ``data``).
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-MechanicalSoup?expand=0&rev=13
Description
No description provided
Languages
RPM Spec
100%