Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2022-09-17 | 476 Bytes | |
Version 1.2.0.tar.gz | 2022-09-17 | 149.5 kB | |
Version 1.2.0.zip | 2022-09-17 | 165.8 kB | |
Totals: 3 Items | 315.8 kB | 0 |
Main changes
-
Added support for Python 3.10.
-
Added support for HTML form-associated elements (i.e. input elements that are associated with a form by a
form
attribute, but are not a child element of the form). [#380]
Bug fixes
- When uploading a file, only the filename is now submitted to the server. Previously, the full file path was being submitted, which exposed more local information than users may have been expecting. [#375]