Skip to content

Commit

Permalink
Cover the deprecation and removal of response_httprepr in the release…
Browse files Browse the repository at this point in the history
… notes (#6216)
  • Loading branch information
Andy-W-Developer committed Feb 5, 2024
1 parent 6f73dc0 commit 1c9d308
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/news.rst
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,9 @@ Deprecation removals
1.0.0, use :attr:`CrawlerRunner.spider_loader
<scrapy.crawler.CrawlerRunner.spider_loader>` instead. (:issue:`6010`)

- The :func:`scrapy.utils.response.response_httprepr` function, deprecated in
Scrapy 2.6.0, has now been removed. (:issue:`6111`)

Deprecations
~~~~~~~~~~~~

Expand Down Expand Up @@ -1157,6 +1160,9 @@ Deprecations
Instead, call :meth:`~scrapy.core.engine.ExecutionEngine.open_spider`
first to set the :class:`~scrapy.Spider` object.

- :func:`scrapy.utils.response.response_httprepr` is now deprecated.
(:issue:`4972`)


New features
~~~~~~~~~~~~
Expand Down

0 comments on commit 1c9d308

Please sign in to comment.