The fix of r17733 actually broke Python 2.
The list.__setattr__() method is fundamentally different between Python 2 and 3!
Authored by: bugman 2012-10-07
Parent: [r17733]
Child: [r17735]