Tom
Tom
lxml 6 doesn't find a `` tag via the XPath expression `//body` anymore when the parsed HTML doesn't contain any tags at all. This currently causes the following tests to...
I've been using this patch locally for some time now, thought I'd upstream. ## Things done - Built on platform: - [x] x86_64-linux - [x] aarch64-linux - [ ] x86_64-darwin...
https://github.com/siddhantgoel/streaming-form-data/blob/v1.19.1/CHANGELOG.md ~~This also fixes the build of `python313Packages.streaming-form-data` (#388196, #356812).~~ Python 3.13 build was fixed separately via https://github.com/NixOS/nixpkgs/commit/18590d1e372a8e4414120da1a0c497e1ed353454. ## Things done - Built on platform(s) - [x] x86_64-linux - [x]...
Python 3.13 introduced the `show_empty` keyword argument to [`ast.dump`](https://docs.python.org/3/library/ast.html#ast.dump). If `show_empty` is `False`, `ast.dump` omits empty lists and fields that are `None` from its output. Since `show_empty=False` is the default...