[Python-Dev] Re: [Python-checkins] CVS: python/dist/src/Modules socketmodule.c,1.104,1.105

Fredrik Lundh Fredrik Lundh" <effbot@telia.com
Tue, 25 Apr 2000 23:51:45 +0200


> + insint(d, "MSG_DONWAIT", MSG_DONTWAIT);

better make that

> + insint(d, "MSG_DONTWAIT", MSG_DONTWAIT);

right?

</F>