Sam Ruby wrote:
> I don't see why expanding to multiple characters is a problem.
That isn't a problem. Expanding to unparsed entities is. So the
current call to handle_entityref must remain.
Regards,
Martin
___
Python-Dev mailing list
Python-Dev@python.
Martin v. Löwis wrote:
> Sam Ruby wrote:
>> If we can agree on the behavior, I would be glad to write up a patch.
>>
>> It seems to me that the simplest way to proceed would be for the code
>> that attempts to resolve character references (both named and numeric)
>> in attributes to be isolated in
Sam Ruby wrote:
> If we can agree on the behavior, I would be glad to write up a patch.
>
> It seems to me that the simplest way to proceed would be for the code
> that attempts to resolve character references (both named and numeric)
> in attributes to be isolated in a single method. Subclasses
Martin v. Löwis wrote:
>
> Alternatively, a callback function could be provided for character
> references. Unfortunately, the existing callback is unsuitable,
> as it is supposed to do the full processing; this callback should
> return the replacement text. Generally assuming Unicode would be
> w
Fred L. Drake, Jr. wrote:
> On Monday 12 June 2006 00:05, Sam Ruby wrote:
> > Just to be clear: Planet uses Mark's feed parser, which uses SGMLlib.
>
> Cool.
>
> > I was investigating a bug in sgmllib which affected the feed parser (and
> > therefore Planet), and noticed that there were change
Sam Ruby wrote:
> Planet is a feed aggregator written in Python. It depends heavily on
> SGMLLib. A recent bug report turned out to be a deficiency in sgmllib,
> and I've submitted a test case and a patch[1] (use or discard the patch,
> it is the test that I care about).
I think (but am not s
On Monday 12 June 2006 00:05, Sam Ruby wrote:
> Just to be clear: Planet uses Mark's feed parser, which uses SGMLlib.
Cool.
> I was investigating a bug in sgmllib which affected the feed parser (and
> therefore Planet), and noticed that there were changes in the SVN head
> of Python which bro
Aahz wrote:
> When providing links to SF, please use the python.org tinyurl equivalent
> to ensure that people can easily see the bug/patch number:
>
> http://www.python.org/sf?id=1504333
Although I usually use the path-style form:
http://www.python.org/sf/1504333
Regards,
Martin
__
Terry Reedy wrote:
> "Fred L. Drake, Jr." <[EMAIL PROTECTED]> wrote in message
> news:[EMAIL PROTECTED]
>> On Sunday 11 June 2006 16:26, Sam Ruby wrote:
>>> Planet is a feed aggregator written in Python. It depends heavily on
>>> SGMLLib. A recent bug report turned out to be a deficiency in sgml
Fred L. Drake, Jr. wrote:
> On Sunday 11 June 2006 16:26, Sam Ruby wrote:
> > Planet is a feed aggregator written in Python. It depends heavily on
> > SGMLLib. A recent bug report turned out to be a deficiency in sgmllib,
> > and I've submitted a test case and a patch[1] (use or discard the pa
"Fred L. Drake, Jr." <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> On Sunday 11 June 2006 16:26, Sam Ruby wrote:
> > Planet is a feed aggregator written in Python. It depends heavily on
> > SGMLLib. A recent bug report turned out to be a deficiency in sgmllib,
> > and I've submi
On Sunday 11 June 2006 16:26, Sam Ruby wrote:
> Planet is a feed aggregator written in Python. It depends heavily on
> SGMLLib. A recent bug report turned out to be a deficiency in sgmllib,
> and I've submitted a test case and a patch[1] (use or discard the patch,
> it is the test that I care
On Sun, Jun 11, 2006, Sam Ruby wrote:
>
> Planet is a feed aggregator written in Python. It depends heavily on
> SGMLLib. A recent bug report turned out to be a deficiency in sgmllib,
> and I've submitted a test case and a patch[1] (use or discard the patch,
> it is the test that I care about)
Planet is a feed aggregator written in Python. It depends heavily on
SGMLLib. A recent bug report turned out to be a deficiency in sgmllib,
and I've submitted a test case and a patch[1] (use or discard the patch,
it is the test that I care about).
While looking around, a few things surfaced.
14 matches
Mail list logo