Update the minimum version with async start_requests.

This commit is contained in:
Andrey Rakhmatullin 2020-07-24 17:17:33 +05:00
parent 94ce930743
commit 18059129af
1 changed files with 2 additions and 2 deletions

View File

@ -147,8 +147,8 @@ object gives you access, for example, to the :ref:`settings <topics-settings>`.
.. method:: process_start_requests(start_requests, spider)
.. versionadded:: 0.15
.. versionchanged:: 2.2
Since 2.2 this can take and return an :term:`python:asynchronous
.. versionchanged:: 2.3
Since 2.3 this can take and return an :term:`python:asynchronous
iterable`.
This method is called with the start requests of the spider, and works