summaryrefslogtreecommitdiff
path: root/docs/ref/utils.txt
diff options
context:
space:
mode:
authorJacob Walls <jacobtylerwalls@gmail.com>2025-09-05 13:49:08 -0400
committernessita <124304+nessita@users.noreply.github.com>2025-09-17 15:17:05 -0300
commit00a84fc6f3bb8cca15113e4d41e710123d182b4a (patch)
tree09d8a81acf0c768be984e92de5f3f1206630a266 /docs/ref/utils.txt
parent1db79d8acf20c38aaf52e8e7c57f43c0e6501bb9 (diff)
Removed versionadded/changed annotations for 5.2.
Diffstat (limited to 'docs/ref/utils.txt')
-rw-r--r--docs/ref/utils.txt12
1 files changed, 0 insertions, 12 deletions
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