diff options
Diffstat (limited to 'docs/ref/utils.txt')
| -rw-r--r-- | docs/ref/utils.txt | 12 |
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 |
