Code review comment for lp:~jkakar/txaws/silence-deprecation-warnings

Revision history for this message
Duncan McGreggor (oubiwann) wrote :

Sure thing!

A new one popped up:

/mnt/oubiwann/lab/txAWS/branches/silence-deprecation-warnings/txaws/client/tests/test_client.py:44: DeprecationWarning: BaseException.message has been deprecated as of Python 2.6

I did a quick grep through the source code, and that's the last 'error.message' I could see:

$ find txaws/|xargs grep -n 'error\.message'
txaws/client/tests/test_client.py:44: self.assertEquals(error.message, "timeout")

So hopefully we're good now :-)

/me crosses fingers

« Back to merge proposal