[Python-Dev] object.__init__

Jean-Paul Calderone exarkun at divmod.com
Wed Apr 25 21:07:09 CEST 2007


As a data point, I thought I'd point out that the recent object.__init__ change
broke a handful of Twisted unit tests.  The fix for this was simple, and I've
already implemented it, but it would have been nice if the old behavior had been
deprecated first and then removed, instead of just disappearing.

Jean-Paul


More information about the Python-Dev mailing list