Menu

#4 compatibility with python 2.x

open
nobody
server (8)
5
2002-02-21
2002-02-21
SI
No

Regarding compatibility with python 2.x:
line 16 of /lib/python/ma_connection.py
needs another pair of parentheses:
ie the 2 argument connect(host, port) is replaced by
the 1 argument connect((host,port)) where the
argument is a 2-tuple.

Discussion


Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.