[issue1464] inet_pton redefined while building with windows SDK 6.0
Christian Heimes
report at bugs.python.org
Mon Nov 19 19:50:04 CET 2007
Christian Heimes added the comment:
I've solved the issue in the py3k differently. I've checked for
!(defined(_MSC_VER) && _MSC_VER>1499) but your check is better. Thanks!
----------
assignee: -> tiran
keywords: +patch, py3k
nosy: +tiran
priority: -> normal
resolution: -> accepted
versions: +Python 3.0
__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue1464>
__________________________________
More information about the Python-bugs-list
mailing list