I'm just starting to learn Python and I decided to start with 3.2
I'm trying some socket managing code and I get a syntax error. (The line works just fine in 2.7)
Any ideas?
def __init__(self, (socket, address)):
File "./main.py", line 16
def __init__(self, (socket, address)):
^
SyntaxError: invalid syntax