Matt Daemon(pypi.python.org)3 points·by ballpoint·12 ปีที่แล้ว·1 commentspypi.python.orgMatt Daemonhttps://pypi.python.org/pypi/mattdaemon1 commentsPost comment[–]rspeer·12 ปีที่แล้วreplyWhy Python 2.7 only? This looks like it would be Python 3 code if you simply changed print str(err) to: print(str(err)) Except, that's a pretty unhelpful thing to print. I believe a much better statement to put there, in Python 2 or 3, would be: raise
to:
Except, that's a pretty unhelpful thing to print. I believe a much better statement to put there, in Python 2 or 3, would be: