commit | 69eb51697c65f8a1009e51f80f3d7abcc62b7344 | [log] [tgz] |
---|---|---|
author | Alexandre Vassalotti <alexandre@peadrop.com> | Mon Jan 11 23:17:10 2010 +0000 |
committer | Alexandre Vassalotti <alexandre@peadrop.com> | Mon Jan 11 23:17:10 2010 +0000 |
tree | 4dba5e0e40d26847db55be34617db0442d50fba2 | |
parent | 7a8df802851ae997d65a5022224eddfa3843e06e [diff] [blame] |
Issue #1967: Backport dictionary views.
diff --git a/Misc/NEWS b/Misc/NEWS index 3511fe9..19ca01c 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -18,6 +18,8 @@ - Issue #2333: Backport set and dict comprehensions syntax from Python 3.x. +- Issue #1967: Backport dictionary views from Python 3.x. + Library -------