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: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=902952b910d1902df6611a6700f598cf50d2af92;p=thirdparty%2FPython%2Fcpython.git Removed an XXX question (the answer is "yes" ). --- diff --git a/Modules/errnomodule.c b/Modules/errnomodule.c index 3ca43724b94a..4b54dc5dba80 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