[issue4186] type() doesn't accept bases and dict keyword arguments

2010-04-29 Thread R. David Murray

R. David Murray rdmur...@bitdance.com added the comment:

Seems reasonable.

--
nosy: +r.david.murray
status: open - closed

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue4186
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue4186] type() doesn't accept bases and dict keyword arguments

2010-04-27 Thread Terry J. Reedy

Terry J. Reedy tjre...@udel.edu added the comment:

Since 'pending' is not implemented, should this be 'closed'?

--
nosy: +tjreedy
status: pending - open

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue4186
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue4186] type() doesn't accept bases and dict keyword arguments

2009-06-04 Thread Georg Brandl

Georg Brandl ge...@python.org added the comment:

2.6 has been released and out there some time, and there was no cry
about this, so I guess this can be ignored.

--
nosy: +georg.brandl
resolution:  - wont fix
status: open - pending

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue4186
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue4186] type() doesn't accept bases and dict keyword arguments

2009-05-15 Thread Daniel Diniz

Changes by Daniel Diniz aja...@gmail.com:


--
stage:  - test needed
type:  - behavior

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue4186
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue4186] type() doesn't accept bases and dict keyword arguments

2008-10-23 Thread Barry A. Warsaw

New submission from Barry A. Warsaw [EMAIL PROTECTED]:

According to bug 1683368, Python 3.0's object.__init__() no longer
accepts arbitrary keyword arguments.  What's new in Python 2.6 says the
same thing has been implemented in 2.6.  However, type() no longer
accepts /any/ keyword arguments, including the documented 'bases' and
'dict' keyword arguments.  This seems to be a bug.

It's not clear to me we no longer want to support type()'s documented
keyword arguments, but even if we do, we should deprecate them in 2.6
and remove them in 2.7.

The work around is fairly easy (pass positional args), but this will
still break existing code.

--
components: Interpreter Core
messages: 75136
nosy: barry
priority: critical
severity: normal
status: open
title: type() doesn't accept bases and dict keyword arguments
versions: Python 2.6

___
Python tracker [EMAIL PROTECTED]
http://bugs.python.org/issue4186
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com