Actions
Bug #7
openStop using features deprecated in Python 2.6
Start date:
08/07/2009
Due date:
% Done:
50%
Estimated time:
Description
Haizea uses at least two Python features that have been deprecated in Python 2.6:
- The new constructor (in the Singleton class) with arguments
- The message attribute of BaseException
Code should be updated to no longer use these and any other features deprecated in Python 2.6
Actions