From: Tim Peters Date: Sat, 26 Jan 2002 17:58:02 +0000 (+0000) Subject: Removed an XXX question (the answer is "yes" ). X-Git-Tag: v2.3c1~6780 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=902952b910d1902df6611a6700f598cf50d2af92;p=python Removed an XXX question (the answer is "yes" ). --- diff --git a/Modules/errnomodule.c b/Modules/errnomodule.c index 3ca43724b9..4b54dc5dba 100644 --- a/Modules/errnomodule.c +++ b/Modules/errnomodule.c @@ -8,7 +8,7 @@ #include #endif -/* Windows socket errors (WSA*): XXX is this the correct path ??? */ +/* Windows socket errors (WSA*) */ #ifdef MS_WINDOWS #include #endif