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 jaraco
Recipients jaraco
Date 2009-09-17.00:15:10
SpamBayes Score 0.0020331328
Marked as misclassified No
Message-id <1253146511.28.0.515532526823.issue6926@psf.upfronthosting.co.za>
In-reply-to
Content
I think a suitable test case for this issue is:

if hasattr(sys, 'getwindowsversion'):
  if sys.getwindowsversion() >= (5,1):
    assert hasattr(socket, 'IPPROTO_IPV6')
History
Date User Action Args
2009-09-17 00:15:11jaracosetrecipients: + jaraco
2009-09-17 00:15:11jaracosetmessageid: <1253146511.28.0.515532526823.issue6926@psf.upfronthosting.co.za>
2009-09-17 00:15:10jaracolinkissue6926 messages
2009-09-17 00:15:10jaracocreate