python-MechanicalSoup
No description set
- Developed at devel:languages:python
-
2
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Factory/python-MechanicalSoup && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
MechanicalSoup-1.0.0.tar.gz | 0000047572 46.5 KB | |
python-MechanicalSoup.changes | 0000009175 8.96 KB | |
python-MechanicalSoup.spec | 0000002828 2.76 KB |
Revision 7 (latest revision is 10)
Dominique Leuenberger (dimstar_suse)
accepted
request 862170
from
Steve Kowalik (StevenK)
(revision 7)
- Update to 1.0.0 * 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``).
Comments 0