Add news about dictionary() constructor.
authorGuido van Rossum <guido@python.org>
Sun, 2 Sep 2001 13:44:35 +0000 (13:44 +0000)
committerGuido van Rossum <guido@python.org>
Sun, 2 Sep 2001 13:44:35 +0000 (13:44 +0000)
Misc/NEWS

index e87e5d25a0975b2f58d2002ec63b366a0f5251e3..9857d6acb77328ceac2ca344ae9bef8b69610e7d 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -30,6 +30,10 @@ Core
   (as implemented by the base class) of an immutable subclass instance
   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
   "cooperative super calls" in a multiple inheritance setting.  For an
   explanation, see http://www.python.org/2.2/descrintro.html#cooperation