Ignore:
Timestamp:
Mar 19, 2014, 11:31:01 PM (11 years ago)
Author:
dmik
Message:

python: Merge vendor 2.7.6 to trunk.

Location:
python/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • python/trunk

  • python/trunk/Doc/library/xml.dom.pulldom.rst

    r2 r391  
    1 
    21:mod:`xml.dom.pulldom` --- Support for building partial DOM trees
    32=================================================================
     
    109.. versionadded:: 2.0
    1110
     11**Source code:** :source:`Lib/xml/dom/pulldom.py`
     12
     13--------------
     14
    1215:mod:`xml.dom.pulldom` allows building only selected portions of a Document
    1316Object Model representation of a document from SAX events.
     17
     18
     19.. warning::
     20
     21   The :mod:`xml.dom.pulldom` module is not secure against
     22   maliciously constructed data.  If you need to parse untrusted or
     23   unauthenticated data see :ref:`xml-vulnerabilities`.
    1424
    1525
Note: See TracChangeset for help on using the changeset viewer.