New issue 222 by robby.walker: htmltotext uses a large amount of memory /
fails to return when many links are present in a single paragraph
http://code.google.com/p/flaxcode/issues/detail?id=222
What steps will reproduce the problem?
1. run the attached test case
What is the expected output? What do you see instead?
The expected output is "Lots of text for link 1...". Instead it uses
massive amounts of memory and does not return.
What version of the product are you using? On what operating system?
htmltotext 0.7.3 - fails on Linux and Mac OS X
Please provide any additional information below.
I've attached an updated pyhtmltotext.py that fixes the issue
Attachments:
pyhtmltotext.cc 23.0 KB
testcase.py 265 bytes