-
-
Notifications
You must be signed in to change notification settings - Fork 30.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bad attributes/data handling in SGMLib #45143
Comments
When feeding an parser with a tag in which its arguments contain a < (as in <a href='http://www.example.org/"\<;'>example</a> the SGMLParsers doesn't handle the data/arguments correcly. For example, with the above string I get: Fed: <a href='http://www.example.org/"\>;'\>example\</a> I have attached a small example. I'm using python2.5.1 Cheers, �lvaro. |
Confirmed in trunk. |
Can we close this as sgmllib only supported htmllib which has been superseded by HTMLParser? |
New changeset 3c3009f63700 by Ezio Melotti in branch '2.7': New changeset 16ed15ff0d7c by Ezio Melotti in branch '3.2': New changeset 426f7a2b1826 by Ezio Melotti in branch 'default': |
Fixed, thanks for the report! |
Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.
Show more details
GitHub fields:
bugs.python.org fields:
The text was updated successfully, but these errors were encountered: