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=\"&amp;\">", [ ("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 _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com