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 phihag
Recipients phihag
Date 2009-03-05.13:37:10
SpamBayes Score 4.4225553e-06
Marked as misclassified No
Message-id <1236260237.37.0.149966249724.issue5424@psf.upfronthosting.co.za>
In-reply-to
Content
Currently, the testStringToIPv6 and testIPv6ToStrings tests in
Lib/test/test_socket.py only check for variants 1 and 2 (but not 3) from
RFC 4291 2.2.

Furthermore, there are no assertions that check wrong inputs are
appropriately refused in any of the packed IP conversion tests.

The attached patch adds a number of assertions covering those.
History
Date User Action Args
2009-03-05 13:37:18phihagsetrecipients: + phihag
2009-03-05 13:37:17phihagsetmessageid: <1236260237.37.0.149966249724.issue5424@psf.upfronthosting.co.za>
2009-03-05 13:37:15phihaglinkissue5424 messages
2009-03-05 13:37:14phihagcreate