Add a more general fix for #127 (CPy #20007) based on #136.#186
Add a more general fix for #127 (CPy #20007) based on #136.#186gsnedders merged 1 commit intohtml5lib:masterfrom
Conversation
|
Critic review: https://critic.hoppipolla.co.uk/r/4800 This is an external review system which you may optionally use for the code review of your pull request. In order to help critic track your changes, please do not make in-place history rewrites (e.g. via |
|
@SimonSapin this may be of interest to you (maybe) |
|
According to Kozea/WeasyPrint@e14653c , html5lib 0.999 already had a work around that was enough for WeasyPrint. Probably 18bc278. |
|
Oh, looking closer, this is a similar but different work around. I don’t remember WeasyPrint being affected by that one, though. |
|
Yeah, from memory you for were just trying to get it to be more complete, rather than needing it yourself. I think? |
|
Maybe. But to be honest I’ve kind of moved on from Python :) |
c4d1655 to
3b3bc21
Compare
3b3bc21 to
bf7da77
Compare
This gets stuff working with
urllib.response.addurlinfo. See #127 and #136.