Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c69343b

Browse files
committed
News about dict.pop().
1 parent 63e40a5 commit c69343b

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Misc/NEWS

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ Type/class unification and new-style classes
66

77
Core and builtins
88

9+
- Added a new dict method pop(key). This removes and returns the
10+
value corresponding to key. [SF patch #539949]
11+
912
- Changed new-style class instantiation so that when C's __new__
1013
method returns something that's not a C instance, its __init__ is
1114
not called. [SF bug #537450]

0 commit comments

Comments
 (0)