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: Fix Lib/test/test___all__.py
Type: Stage:
Components: Demos and Tools Versions: Python 2.5
process
Status: closed Resolution: not a bug
Dependencies: Superseder:
Assigned To: Nosy List: akuchling, georg.brandl, hdiwan650
Priority: normal Keywords:

Created on 2006-08-22 00:12 by hdiwan650, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
test.pat hdiwan650, 2006-08-22 00:12
Messages (3)
msg29604 - (view) Author: Hasan Diwan (hdiwan650) Date: 2006-08-22 00:12
There's a comment saying:
             # In case _socket fails to build, make
this test fail more gracefully             
             # than an AttributeError somewhere deep in
CGIHTTPServer.

The proposed fix is attached. Applies to revision 51453.
msg29605 - (view) Author: A.M. Kuchling (akuchling) * (Python committer) Date: 2006-09-06 17:38
Logged In: YES 
user_id=11375

Please explain more clearly what the problem is.  Does the
existing code not work?  
msg29606 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2006-10-12 11:49
Logged In: YES 
user_id=849994

The existing code's comment is not a To-Do. It states that
the test will fail clearly at the import of _socket instead
of somewhere in CGIHTTPServer. (closing)
History
Date User Action Args
2022-04-11 14:56:19adminsetgithub: 43871
2006-08-22 00:12:59hdiwan650create