From 00a84fc6f3bb8cca15113e4d41e710123d182b4a Mon Sep 17 00:00:00 2001 From: Jacob Walls Date: Fri, 5 Sep 2025 13:49:08 -0400 Subject: Removed versionadded/changed annotations for 5.2. --- docs/ref/utils.txt | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'docs/ref/utils.txt') diff --git a/docs/ref/utils.txt b/docs/ref/utils.txt index f8a58fcda1..69af23ad83 100644 --- a/docs/ref/utils.txt +++ b/docs/ref/utils.txt @@ -338,8 +338,6 @@ compatibility ``Stylesheet`` -------------- -.. versionadded:: 5.2 - .. class:: Stylesheet(url, mimetype="", media="screen") Represents an RSS stylesheet. @@ -383,10 +381,6 @@ compatibility * ``stylesheets`` should be a sequence of either strings or :class:`Stylesheet` instances. - .. versionchanged:: 5.2 - - The ``stylesheets`` argument was added. - .. method:: add_item(title, link, description, author_email=None, author_name=None, author_link=None, pubdate=None, comments=None, unique_id=None, categories=(), item_copyright=None, ttl=None, updateddate=None, enclosures=None, **kwargs) Adds an item to the feed. All args are expected to be strings except @@ -408,8 +402,6 @@ compatibility .. method:: add_stylesheets(self, handler) - .. versionadded:: 5.2 - Add stylesheet information to the document. Called from ``write()``. @@ -720,10 +712,6 @@ escaping HTML. ({"id": b.id, "title": b.title} for b in books), ) - .. versionchanged:: 5.2 - - Support for mappings in ``args_generator`` was added. - .. function:: json_script(value, element_id=None, encoder=None) Escapes all HTML/XML special characters with their Unicode escapes, so -- cgit v1.3