diff options
author | Tim Peters <tim.peters@gmail.com> | 2002-01-26 17:58:02 (GMT) |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2002-01-26 17:58:02 (GMT) |
commit | 902952b910d1902df6611a6700f598cf50d2af92 (patch) | |
tree | 6b005c71a668d6272c7f94335c94d5f12361a9f2 /Modules | |
parent | 402dd6e255f0f9a33f30cff4900f7f5e8eb88dc6 (diff) | |
download | cpython-902952b910d1902df6611a6700f598cf50d2af92.zip cpython-902952b910d1902df6611a6700f598cf50d2af92.tar.gz cpython-902952b910d1902df6611a6700f598cf50d2af92.tar.bz2 |
Removed an XXX question (the answer is "yes" <wink>).
Diffstat (limited to 'Modules')
-rw-r--r-- | Modules/errnomodule.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/errnomodule.c b/Modules/errnomodule.c index 3ca4372..4b54dc5 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 |