Cover PythonItemExporter backwaird-incompatible changes in 2.11 (#6081)

This commit is contained in:
kokobhara 2023-10-02 15:44:05 +05:30 committed by Andrey Rakhmatullin
parent 197781e3af
commit 8dc72dfc4d
1 changed files with 3 additions and 0 deletions

View File

@ -40,6 +40,9 @@ Backward-incompatible changes
UTF-32). If you need to deal with JSON documents in an invalid encoding,
use ``json.loads(response.text)`` instead. (:issue:`6016`)
- :class:`~scrapy.exporters.PythonItemExporter` used the binary output by
default but it no longer does. (:issue:`6006`, :issue:`6007`)
Deprecation removals
~~~~~~~~~~~~~~~~~~~~