Change in HTMLParser API: attributes without a value (e.g. <img
ismap>) pass None for the value instead of the attribute name. This is then used to generate the same output, rather than <img ismap="ismap">). Includes tests.
Showing
Please register or sign in to comment