Results 26 comments of John Lee

Note the reason https://github.com/syl20bnr/spacemacs/issues/9941 is closed is that this upstream bug exists.

Here's that snippet again, I hope formatted correctly this time: ``` import mechanize import socket br = mechanize.Browser() try: br.open("http://python.org/", timeout=0.001) except mechanize.URLError, exc: if isinstance(exc.reason, socket.timeout): print "timeout occurred"...

This is an issue inherited from urllib2.

This is documented urllib2 behaviour, so I'm calling this a feature request. Personally it doesn't matter to me that it doesn't check certificates. Seems few other people care much either,...

The mechanize documentation includes the urllib2 documentation "by reference". Re backporting: feel free to do it. Again, I think it would be best to do this initially as a patch...

So I'm saying that if you want to backport that patch to Python 2, go ahead. I have no idea what is involved in that since I know nothing about...

I don't follow that -- do you have an example?

Looks like a bug in the Python socks library you're using -- presumably the TypeError refers to Socks5Error.**init**? If not, can you persuade me otherwise? Note that even if valid,...

Hi, thanks Did you see this? https://github.com/jjlee/rescript-mode#formatting Mind you, I think when I tried it `lsp-format-buffer` resulted in an error (I think because of some huge integer out of range...

Could this support exposing the types of variables, or would that be a different issue? I don't recall the name of the LSP feature, but I want to be able...