]> granicus.if.org Git - python/commit
(Hopefully) fix SF bug #472675: CVS socketmodule now doesn't compile
authorGuido van Rossum <guido@python.org>
Fri, 19 Oct 2001 12:40:40 +0000 (12:40 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 19 Oct 2001 12:40:40 +0000 (12:40 +0000)
commitcad8fa15010b22b2802d2bbbddd2ba2fc7b06f57
tree4eb532c5fd1ea43eff216c2e7d18f885c986833c
parentb5507ecd3cfce17bab26311298f527572611af0b
(Hopefully) fix SF bug #472675: CVS socketmodule now doesn't compile

This appears to be a case of a missing \n\ in a multiline string
literal.
Modules/socketmodule.c