Skip to content
This repository has been archived by the owner on Mar 5, 2022. It is now read-only.

dim: merge in minor correctness fix #305

Merged
merged 1 commit into from
Nov 20, 2019
Merged

Conversation

zmwangx
Copy link
Collaborator

@zmwangx zmwangx commented Nov 20, 2019

HTMLParser.handle_starttag and HTMLParser.handle_startendtag now expect
List[Tuple[str, Optional[str]], acknowledging 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

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
@jarun jarun merged commit 2df9257 into jarun:master Nov 20, 2019
@jarun
Copy link
Owner

jarun commented Nov 20, 2019

Thank you!

@zmwangx zmwangx deleted the dim-merge branch November 20, 2019 06:20
@lock lock bot locked and limited conversation to collaborators Jan 19, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants