Clive Unger

Results 4 comments of Clive Unger

So as I understand, the `window.updateVariables()` is deprecated? Therefore the default value that is populated in the click data field should be updated?

I also failed to produced this error for `websevice3e.py`. My thought is that it only occurs when the interrupt happens during the `.accept()` part of the code, so catching that...

Further discovery: I can reproduce the error with Python 2.7.17 but not Python 3.6.9. The code indicates it was test for Python 2.7.9 and Python 3.4. I imagine there was...