[Python-Dev] Breaking calls to object.init/new (original) (raw)
Greg Ewing greg.ewing at canterbury.ac.nz
Thu Mar 22 04:21:50 CET 2007
- Previous message: [Python-Dev] Breaking calls to object.__init__/__new__
- Next message: [Python-Dev] Calling base class methods from C
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Guido van Rossum wrote:
See python.org/sf/1683368. I'd like to invite opinions on whether it's worth breaking an unknown amount of user code in 2.6 for the sake of stricter argument checking for object.init
Personally I have never written code that relies on being able to pass arbitrary args to object.init and don't ever intend to, so this wouldn't bother me.
-- Greg Ewing, Computer Science Dept, +--------------------------------------+ University of Canterbury, | Carpe post meridiem! | Christchurch, New Zealand | (I'm not a morning person.) | greg.ewing at canterbury.ac.nz +--------------------------------------+
- Previous message: [Python-Dev] Breaking calls to object.__init__/__new__
- Next message: [Python-Dev] Calling base class methods from C
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]