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

April 25, 2000
4:51 p.m.
+ insint(d, "MSG_DONWAIT", MSG_DONTWAIT);
better make that
+ insint(d, "MSG_DONTWAIT", MSG_DONTWAIT);
right? </F>
9093
Age (days ago)
9093
Last active (days ago)
0 comments
1 participants
participants (1)
-
Fredrik Lundh