Document the execution order change of non-generator start_requests, for the sake of completion

This commit is contained in:
Adrián Chaves 2025-03-25 17:27:58 +01:00
parent 1a0b9d4f56
commit 97a0fed020
1 changed files with 4 additions and 0 deletions

View File

@ -41,6 +41,10 @@ Backward-incompatible changes
- In ``scrapy.core.spidermw.SpiderMiddlewareManager``,
``process_start_requests()`` has been replaced by ``process_start()``.
- The now-deprecated ``start_requests()`` method, when it returns an iterable
instead of being defined as a generator, is now executed *after* the
:ref:`scheduler <topics-scheduler>` instance has been created.
Deprecations
~~~~~~~~~~~~