This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author trcarden
Recipients r.david.murray, trcarden, yselivanov
Date 2015-05-14.02:27:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1431570456.05.0.952985032446.issue24183@psf.upfronthosting.co.za>
In-reply-to
Content
Ahhh i see now. 

Even the simple case "class Foo(bar='baz'): pass" fails.

I misunderstood the documentation then. I thought that python 3 introduced a new interface for all classes when it actually just introduced the option to add keyword arguments to your own metaclasses but didn't alter the base level class interface.

I wanted a bit more background around the object.__init__ and found this ticket: http://bugs.python.org/issue1683368. While this is probably not the only place where this comes up I see the tact that the python core team took and understand your reference more completely now.

I thank both of you for your help and quick responses.
History
Date User Action Args
2015-05-14 02:27:36trcardensetrecipients: + trcarden, r.david.murray, yselivanov
2015-05-14 02:27:36trcardensetmessageid: <1431570456.05.0.952985032446.issue24183@psf.upfronthosting.co.za>
2015-05-14 02:27:36trcardenlinkissue24183 messages
2015-05-14 02:27:35trcardencreate