[dontcallmedom/webidl-checker] python no longer support headers with a colon (#18)

https://bugs.python.org/issue25570
`addheader` should take 2 parameters (header name, value). The last python upgrade breaks the current code as it adds a header named 'header:value' with an empty value.
Unfortunately, the function passed to `copyHeader` now takes 2 arguments and are no longer compatible with `sys.stdout.write`
You can view, comment on, or merge this pull request online at:

  https://github.com/dontcallmedom/webidl-checker/pull/18

-- Commit Summary --

  * python no longer support headers with a colon

-- File Changes --

    M webidl-check (5)

-- Patch Links --

https://github.com/dontcallmedom/webidl-checker/pull/18.patch
https://github.com/dontcallmedom/webidl-checker/pull/18.diff

---
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/dontcallmedom/webidl-checker/pull/18

Received on Wednesday, 22 June 2016 11:25:48 UTC