diff options
author | Alexandre Vassalotti <alexandre@peadrop.com> | 2010-01-11 23:13:49 +0000 |
---|---|---|
committer | Alexandre Vassalotti <alexandre@peadrop.com> | 2010-01-11 23:13:49 +0000 |
commit | 7a8df802851ae997d65a5022224eddfa3843e06e (patch) | |
tree | ba7a342b2388cc1ab725beb2ab9bf86d09cea493 | |
parent | dc0f487c3b811fb41b629046c3fdd7c9f3aa73a2 (diff) | |
download | cpython-git-7a8df802851ae997d65a5022224eddfa3843e06e.tar.gz |
Add missing NEWS entry for r77422.
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -16,6 +16,8 @@ Core and Builtins - Issue #2335: Backport set literals syntax from Python 3.x. +- Issue #2333: Backport set and dict comprehensions syntax from Python 3.x. + Library ------- |