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
Updated by Borja Sotomayor over 15 years ago
- Status changed from New to Assigned
- % Done changed from 0 to 50
The use of the new constructor in the Singleton class was solved in r667 when switching to a new Singleton class implementation.
Actions