On Mar 14, 1:53 am, John Nagle <[EMAIL PROTECTED]> wrote:
> John Machin wrote:
> > On Mar 14, 5:38 am, John Nagle <[EMAIL PROTECTED]> wrote:
> >>Just noticed, again, that getattr/setattr are ASCII-only, and don't
> >> support
> >> Unicode.
>
> >>SGMLlib blows up because of this when faced
John Machin wrote:
> On Mar 14, 5:38 am, John Nagle <[EMAIL PROTECTED]> wrote:
>>Just noticed, again, that getattr/setattr are ASCII-only, and don't
>> support
>> Unicode.
>>
>>SGMLlib blows up because of this when faced with a Unicode end tag:
>>
>> File "/usr/local/lib/python2.5/
On Mar 14, 5:38 am, John Nagle <[EMAIL PROTECTED]> wrote:
>Just noticed, again, that getattr/setattr are ASCII-only, and don't support
> Unicode.
>
>SGMLlib blows up because of this when faced with a Unicode end tag:
>
> File "/usr/local/lib/python2.5/sgmllib.py", line 353, in finis
Just noticed, again, that getattr/setattr are ASCII-only, and don't support
Unicode.
SGMLlib blows up because of this when faced with a Unicode end tag:
File "/usr/local/lib/python2.5/sgmllib.py", line 353, in finish_endtag
method = getattr(self, 'end_' + tag)
Unicod