This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author fgoujeon
Recipients fgoujeon
Date 2008-07-02.14:46:21
SpamBayes Score 0.0021251
Marked as misclassified No
Message-id <1215009982.97.0.903095637562.issue3257@psf.upfronthosting.co.za>
In-reply-to
Content
Erratum:

The culpables are these lines (from line 428):
/* Define to `int' if <sys/types.h> doesn't define.  */
#if _MSC_VER + 0 >= 1300
/* VC.NET typedefs socklen_t in ws2tcpip.h. */
#else
#define socklen_t int
#endif


Sorry.
History
Date User Action Args
2008-07-02 14:46:23fgoujeonsetspambayes_score: 0.0021251 -> 0.0021251
recipients: + fgoujeon
2008-07-02 14:46:23fgoujeonsetspambayes_score: 0.0021251 -> 0.0021251
messageid: <1215009982.97.0.903095637562.issue3257@psf.upfronthosting.co.za>
2008-07-02 14:46:22fgoujeonlinkissue3257 messages
2008-07-02 14:46:22fgoujeoncreate