niklasb / webkit-server

[not actively maintained] The C++ webkit-server from capybara-webkit with useful extensions and Python bindings
MIT License
48 stars 38 forks source link

the raise error modified #16

Closed a358003542 closed 9 years ago

a358003542 commented 9 years ago

change the raise whatError "what" to raise whatError("what")

the sytax is both satisfied the python3 and the python2.

but the char and bytes issue need more modification , please see

line 399 454 487 495 502