[Python-Dev] Has socketmodule compilation broken for anyone e lse lately?

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


> Bug now logged on SourceForge... Not the first time that checkins to
> socketmodule have caused compilation errors (but not on Linux <wink>).

We should really figure out which gcc command line option makes it
complain about bare newlines in string literals.  Usually, the Windows
build catches these, but this time it was inside an #ifdef SSL...

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