This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author scoder
Recipients docs@python, nsturmwind, scoder
Date 2019-09-02.17:39:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1567445960.2.0.876613389524.issue38011@roundup.psfhosted.org>
In-reply-to
Content
I don't see anything inherently wrong with having multiple text nodes.

In fact, input with very large text content can be considered a security threat (c.f. compression bombs), so a tool like pulldom (which is designed for incremental processing) should not start collecting more content than the user asked for. Getting multiple text nodes in some cases seems an ok-ish price to pay.

A documentation PR is welcome.
History
Date User Action Args
2019-09-02 17:39:20scodersetrecipients: + scoder, docs@python, nsturmwind
2019-09-02 17:39:20scodersetmessageid: <1567445960.2.0.876613389524.issue38011@roundup.psfhosted.org>
2019-09-02 17:39:20scoderlinkissue38011 messages
2019-09-02 17:39:19scodercreate