[Python-Dev] Has socketmodule compilation broken for anyone else lately? (original) (raw)

Guido van Rossum guido@python.org
Fri, 19 Oct 2001 08:29:07 -0400


For the last couple of days, socketmodule hasn't compiled for me on Tru64 Unix. If I'm the only one seeing this, I'll file a bug report on sf...

It's probably a missing \n\ in a string literal. I've fixed this on the release branch now.

--Guido van Rossum (home page: http://www.python.org/~guido/)