Re: [PyCS-devel] html_cleaner.py is not safe
Status: Alpha
Brought to you by:
myelin
|
From: Phillip P. <pp...@my...> - 2003-10-13 12:45:15
|
> Hi, I wrote strip-o-gram version of html_cleaner.py. How about this?
Looks all right. I've simplified the <pre> stuff a bit, got rid of the
global var, and added in my test cases. Attached - what do you think of
this one?
BTW I stopped writing Python code with spaces in strange places ("foo(
bar )") ages ago and now the PyCS code looks really weird to me. Would it
bother anyone here to just use the normal Python way ("foo()") instead for
new modules?
Cheers,
Phil
|