diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2011-07-08 17:19:57 (GMT) |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2011-07-08 17:19:57 (GMT) |
commit | 3aba49899c1f78daf1bafce5b1fd46acbd15b2f2 (patch) | |
tree | 498f933ad56852cde145299d6cd78689db473531 /Misc | |
parent | 4479841b83feffdfe7ab43e2ba80ea0da8b155eb (diff) | |
download | cpython-3aba49899c1f78daf1bafce5b1fd46acbd15b2f2.zip cpython-3aba49899c1f78daf1bafce5b1fd46acbd15b2f2.tar.gz cpython-3aba49899c1f78daf1bafce5b1fd46acbd15b2f2.tar.bz2 |
Avoid failing in test_urllibnet.test_bad_address when some overzealous
DNS service (e.g. OpenDNS) resolves a non-existent domain name. The test
is now skipped instead.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -16,6 +16,13 @@ Library - Issue #12467: warnings: fix a race condition if a warning is emitted at shutdown, if globals()['__file__'] is None. +Tests +----- + +- Avoid failing in test_urllibnet.test_bad_address when some overzealous + DNS service (e.g. OpenDNS) resolves a non-existent domain name. The test + is now skipped instead. + What's New in Python 3.2.1 release candidate 2? =============================================== |