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

Thanks for report!

Instead of no longer outputting the headers, I suggest replacing the reference to `sys.stdout.write` by the lambda function `lambda header, value: sys.stdout.write("%s": %s" %(header, value))`

---
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#issuecomment-227717629

Received on Wednesday, 22 June 2016 11:36:31 UTC