[Python-Dev] Re: [Python-checkins] CVS: python/dist/src/Modules socketmodule.c,1.104,1.105
Peter Funk
pf@artcom-gmbh.de
Wed, 26 Apr 2000 09:34:09 +0200 (MEST)
Guido van Rossum:
> Modified Files:
> socketmodule.c
[...]
> *** 2526,2529 ****
> --- 2526,2532 ----
> #ifdef MSG_DONTROUTE
> insint(d, "MSG_DONTROUTE", MSG_DONTROUTE);
> + #endif
> + #ifdef MSG_DONTWAIT
> + insint(d, "MSG_DONWAIT", MSG_DONTWAIT);
-------------------------^^?
Shouldn't this read "MSG_DONTWAIT"?
----------------------------^!
Nitpicking, Peter