diff options
Diffstat (limited to 'Doc/library/xml.dom.pulldom.rst')
-rw-r--r-- | Doc/library/xml.dom.pulldom.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Doc/library/xml.dom.pulldom.rst b/Doc/library/xml.dom.pulldom.rst index 5c0f469..56f545c 100644 --- a/Doc/library/xml.dom.pulldom.rst +++ b/Doc/library/xml.dom.pulldom.rst @@ -100,6 +100,8 @@ DOMEventStream Objects .. class:: DOMEventStream(stream, parser, bufsize) + .. deprecated:: 3.8 + Support for :meth:`sequence protocol <__getitem__>` is deprecated. .. method:: getEvent() |