summaryrefslogtreecommitdiff
path: root/Modules/errnomodule.c
diff options
context:
space:
mode:
authorTim Peters <tim.peters@gmail.com>2002-01-26 17:58:02 +0000
committerTim Peters <tim.peters@gmail.com>2002-01-26 17:58:02 +0000
commit902952b910d1902df6611a6700f598cf50d2af92 (patch)
tree6b005c71a668d6272c7f94335c94d5f12361a9f2 /Modules/errnomodule.c
parent402dd6e255f0f9a33f30cff4900f7f5e8eb88dc6 (diff)
downloadcpython-git-902952b910d1902df6611a6700f598cf50d2af92.tar.gz
Removed an XXX question (the answer is "yes" <wink>).
Diffstat (limited to 'Modules/errnomodule.c')
-rw-r--r--Modules/errnomodule.c2
1 files changed, 1 insertions, 1 deletions
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 <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