Apply suggestions from code review

Co-authored-by: Adrián Chaves <adrian@chaves.io>
This commit is contained in:
Andrey Rakhmatullin 2023-08-04 17:05:09 +04:00 committed by GitHub
parent 7fe4c0c9f7
commit 022ef0f86b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 5 deletions

View File

@ -34,16 +34,17 @@ Modified requirements
- ``pkg_resources`` is no longer used. (:issue:`5956`, :issue:`5958`)
- boto3_ is now recommended for exporting to S3 instead of botocore_.
- boto3_ is now recommended instead of botocore_ for exporting to S3.
(:issue:`5833`).
Backward-incompatible changes
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- The value of the :setting:`FEED_STORE_EMPTY` is now ``True`` instead of
``False``. In earlier Scrapy versions empty files were created even when
this setting was ``False`` (which was a bug that is now fixed), so the new
default should keep the old behavior. (:issue:`872`, :issue:`5847`)
- The value of the :setting:`FEED_STORE_EMPTY` setting is now ``True``
instead of ``False``. In earlier Scrapy versions empty files were created
even when this setting was ``False`` (which was a bug that is now fixed),
so the new default should keep the old behavior. (:issue:`872`,
:issue:`5847`)
Deprecation removals
~~~~~~~~~~~~~~~~~~~~