Skip to content
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

Quote attribute values in CSS selectors #63

Merged
merged 2 commits into from Feb 6, 2019
Merged

Conversation

mgedmin
Copy link
Member

@mgedmin mgedmin commented Feb 5, 2019

Fixes #61.

I've reviewed other uses of html.select() and AFAICs we're not doing anything else wrong.

@mgedmin
Copy link
Member Author

mgedmin commented Feb 5, 2019

The test failures are caused by #62.

@mgedmin
Copy link
Member Author

mgedmin commented Feb 5, 2019

I'd be happy to rebase once #64 is reviewed and merged.

My editor highlights flake8 warnings.  I don't want it to mistakenly
tell me 'import io' is unused when it's actually used inside a doctest.
icemac
icemac previously requested changes Feb 6, 2019
Copy link
Member

@icemac icemac left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I like the changes you made. I think there are two more things needed:

  • remove the version pinning for BeautifulSoup < 4.7 in setup.py.
  • add a change log entry

@icemac icemac dismissed their stale review February 6, 2019 07:20

I am confused.

Copy link
Member

@icemac icemac left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM additionally a change log entry would be nice.

@mgedmin
Copy link
Member Author

mgedmin commented Feb 6, 2019

Oh yeah, a changelog entry is a must!

(For the other PR also.)

@mgedmin mgedmin merged commit a3dc329 into master Feb 6, 2019
@mgedmin mgedmin deleted the fix-css-selector branch February 6, 2019 13:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants