Commit aaf80c8c authored by Guido van Rossum's avatar Guido van Rossum

Add news about dictionary() constructor.

parent 25786c08
...@@ -30,6 +30,10 @@ Core ...@@ -30,6 +30,10 @@ Core
(as implemented by the base class) of an immutable subclass instance (as implemented by the base class) of an immutable subclass instance
once it is created. once it is created.
- The dictionary constructor now takes an optional argument, a
mapping-like object, and initializes the dictionary from its
(key, value) pairs.
- A new built-in type, super, has been added. This facilitates making - A new built-in type, super, has been added. This facilitates making
"cooperative super calls" in a multiple inheritance setting. For an "cooperative super calls" in a multiple inheritance setting. For an
explanation, see http://www.python.org/2.2/descrintro.html#cooperation explanation, see http://www.python.org/2.2/descrintro.html#cooperation
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment