[New-bugs-announce] [issue3867] What's New in 2.6 doesn't mention stricter object.__init__

Andrew Bennetts report at bugs.python.org
Sun Sep 14 14:14:00 CEST 2008


New submission from Andrew Bennetts <spiv at users.sourceforge.net>:

http://bugs.python.org/issue1683368 changed object.__init__ so that
rejects args/kwargs.  This change should be mentioned in the "What's New
in Python 2.6" document, probably under the "Porting to Python 2.6" heading.

(I noticed this because the stricter object.__init__ has made Python
2.6rc1 (and probably earlier) incompatible with Bazaar, which in one or
two places happened to depend on the pre-2.6 behaviour.)

----------
assignee: georg.brandl
components: Documentation
messages: 73215
nosy: georg.brandl, spiv
severity: normal
status: open
title: What's New in 2.6 doesn't mention stricter object.__init__
versions: Python 2.6

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue3867>
_______________________________________


More information about the New-bugs-announce mailing list