SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for python3-MechanicalSoup-0.12.0-bp156.3.1.noarch.rpm :

* Tue Mar 17 2020 Tomáš Chvátal - Fix build on Leap
* Thu Sep 05 2019 Todd R - Update to 0.12.0: + Main changes:
* Changes in official python version support: added 3.7 and dropped 3.4.
* Added ability to submit a form without updating ``StatefulBrowser`` internal state: ``submit_selected(..., update_state=False)``. This means you get a response from the form submission, but your browser stays on the same page. Useful for handling forms that result in a file download or open a new tab. + Bug fixes
* Improve handling of form enctype to behave like a real browser.
* HTML ``type`` attributes are no longer required to be lowercase.
* Form controls with the ``disabled`` attribute will no longer be submitted to improve compliance with the HTML standard. If you were relying on this bug to submit disabled elements, you can still achieve this by deleting the ``disabled`` attribute from the element in the :class:`~mechanicalsoup.Form` object directly.
* When a form containing a file input field is submitted without choosing a file, an empty filename & content will be sent just like in a real browser.
* ``
 
ICM