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.

classification
Title: test_socket.GeneralModuleTests.test_idna should require the "network" resource
Type: behavior Stage:
Components: Tests Versions: Python 3.2
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: baikie, pitrou
Priority: normal Keywords: patch

Created on 2010-09-04 18:10 by baikie, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
idna-test-resource.diff baikie, 2010-09-04 18:10 Require "network" resource in test_idna
Messages (2)
msg115593 - (view) Author: David Watson (baikie) Date: 2010-09-04 18:10
This test requires network access as it tries to resolve a domain name at python.org.  Patch attached.
msg115607 - (view) Author: Antoine Pitrou (pitrou) * (Python committer) Date: 2010-09-04 18:51
Fixed in r84504, thank you!
History
Date User Action Args
2022-04-11 14:57:06adminsetgithub: 53986
2010-09-04 18:51:14pitrousetstatus: open -> closed

nosy: + pitrou
messages: + msg115607

resolution: fixed
2010-09-04 18:10:16baikiecreate