Martijn van Oosterhout <klep...@gmail.com> added the comment:

Note this is a behaviour change. Under the old scheme (Foo is a class)

Foo.timerclass = Timer

created a method, whereas now it will just assign the class as an attribute. To 
work around this you had to use _Timer. Will that dummy class remain as an 
alias to avoid breaking code (in 2.7 at least)?

----------
nosy: +Martijn.van.Oosterhout

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue5831>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to