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 ridgerat1611
Recipients eric.smith, ridgerat1611
Date 2021-03-17.18:19:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1616005177.97.0.664888431094.issue43483@roundup.psfhosted.org>
In-reply-to
Content
I think the existing ContentHandler.characters(content) documentation DOES say that the text can come back in chunks... but it is subtle.  It might be possible to say more explicitly that any content no matter how small is allowed to be returned as any number of chunks at any time... Though true, that is harsh, overstating considerably what actually happens.   Concentrating on a better implementation would be more effective than worrying about existing documentation, given how long the existing conditions have prevailed. My opinion, as one who has been bitten.
History
Date User Action Args
2021-03-17 18:19:38ridgerat1611setrecipients: + ridgerat1611, eric.smith
2021-03-17 18:19:37ridgerat1611setmessageid: <1616005177.97.0.664888431094.issue43483@roundup.psfhosted.org>
2021-03-17 18:19:37ridgerat1611linkissue43483 messages
2021-03-17 18:19:37ridgerat1611create