mirror of https://github.com/scrapy/scrapy.git
Cover PythonItemExporter backwaird-incompatible changes in 2.11 (#6081)
This commit is contained in:
parent
197781e3af
commit
8dc72dfc4d
|
|
@ -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
|
||||
~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue