Yotam Medini added the comment:
The HTMLParser.py fails when inside
...
it can fooled by JavaScript with less-than '<' conditional expressions.
In the attached example:
$ tar tvzf lt-in-script-example.tgz | cut -c24-
796 2010-09-30 16:52 h2t.py
23678 2010-09-30
Yotam Medini added the comment:
The attached suggested patch fixes the problems shown in msg117762.
--
Added file: http://bugs.python.org/file19073/HTMLParser.diff
___
Python tracker
<http://bugs.python.org/issue670
Changes by Yotam Medini :
Added file: http://bugs.python.org/file20231/endtag-space.html
___
Python tracker
<http://bugs.python.org/issue670664>
___
___
Python-bugs-list m
Changes by Yotam Medini :
Added file: http://bugs.python.org/file20232/dollar-extra.html
___
Python tracker
<http://bugs.python.org/issue670664>
___
___
Python-bugs-list m
Yotam Medini added the comment:
Suggested fix for the attached cases:
lt-in-script-example.tgz
endtag-space.html
dollar-extra.html
--
Added file: http://bugs.python.org/file20233/ltscr-endtag-dollarext.diff
___
Python tracker
<h
New submission from Yotam Medini :
Using RotatingFileHandler by multi-processes
when they reach a point for rotation (roll-over)
they continue on separate files.
Two problems:
1. Eventually some backup files are left with sizes
much less than the maxBytes configuration.
2. Intertwining