[ python-Bugs-779388 ] sgmllib incorrectly handles entities in attributes

SourceForge.net noreply at sourceforge.net
Sun Dec 26 22:57:22 CET 2004


Bugs item #779388, was opened at 2003-07-29 02:43
Message generated for change (Comment added) made by facundobatista
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=779388&group_id=5470

Category: Python Library
Group: Python 2.2.1
Status: Open
Resolution: None
Priority: 5
Submitted By: Misha Bergal (mbergal)
Assigned to: Nobody/Anonymous (nobody)
Summary: sgmllib incorrectly handles entities in attributes

Initial Comment:
The following test inserted in test_sgmllib.py fails
    def test_entities_in_attrs(self):
        """Be sure quotes entities are treated right 
attributes"""
        self.check_events("<a href=\"&\">", [
            ("starttag", "a", [("href", '&')]),
            ])



----------------------------------------------------------------------

Comment By: Facundo Batista (facundobatista)
Date: 2004-12-26 18:57

Message:
Logged In: YES 
user_id=752496

Please, could you verify if this problem persists in Python 2.3.4
or 2.4?

If yes, in which version? Can you provide a test case?

If the problem is solved, from which version?

Note that if you fail to answer in one month, I'll close this bug
as "Won't fix".

Thank you! 

.    Facundo

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=779388&group_id=5470


More information about the Python-bugs-list mailing list