Project

General

Profile

Bug #7

Stop using features deprecated in Python 2.6

Added by PhoenixForge Admin almost 15 years ago. Updated over 14 years ago.

Status:
Assigned
Priority:
Normal
Category:
Core
Target version:
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

History

#1 Updated by Borja Sotomayor over 14 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.

Also available in: Atom PDF