]> granicus.if.org Git - python/commitdiff
Removed an XXX question (the answer is "yes" <wink>).
authorTim Peters <tim.peters@gmail.com>
Sat, 26 Jan 2002 17:58:02 +0000 (17:58 +0000)
committerTim Peters <tim.peters@gmail.com>
Sat, 26 Jan 2002 17:58:02 +0000 (17:58 +0000)
Modules/errnomodule.c

index 3ca43724b94a2ceafbe06169e5d06426f495a705..4b54dc5dba80563c93a90a4744f882b4b51eecf3 100644 (file)
@@ -8,7 +8,7 @@
 #include <sys/errno.h>
 #endif
 
-/* Windows socket errors (WSA*): XXX is this the correct path ???  */
+/* Windows socket errors (WSA*)  */
 #ifdef MS_WINDOWS
 #include <winsock.h>
 #endif