FS#24389 - [python3] import socket broken
Attached to Project:
Arch Linux
Opened by Michael Trunner (trunneml) - Sunday, 22 May 2011, 11:16 GMT
Last edited by Rémy Oudompheng (remyoudompheng) - Sunday, 22 May 2011, 11:26 GMT
Opened by Michael Trunner (trunneml) - Sunday, 22 May 2011, 11:16 GMT
Last edited by Rémy Oudompheng (remyoudompheng) - Sunday, 22 May 2011, 11:26 GMT
|
Details
Description:
When I import the standard socket libary I'm getting a syntax error. Even the example in the standard library reference documentation doesn't work. % python3 Python 3.2 (r32:88445, Apr 15 2011, 11:09:05) [GCC 4.5.2 20110127 (prerelease)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> import socket Traceback (most recent call last): File "<stdin>", line 1, in <module> File "socket.py", line 352 except error, e: steps to reproduce: run python3 enter "import socket" |
This task depends upon
Closed by Rémy Oudompheng (remyoudompheng)
Sunday, 22 May 2011, 11:26 GMT
Reason for closing: Not a bug
Sunday, 22 May 2011, 11:26 GMT
Reason for closing: Not a bug