This repository has been archived by the owner on Mar 5, 2022. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 533
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
HTMLParser.handle_starttag and HTMLParser.handle_startendtag now expects List[Tuple[str, Optional[str]], acknowleging the fact that attribute values may be None. Our implementation does not expect None, so we convert None to the empty string. zmwangx/dim@8d71282
- Loading branch information
Showing
1 changed file
with
15 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters