commit | eb65125dda75d172c4e920e3d5da1f0d407415f9 | [log] [tgz] |
---|---|---|
author | Neal Norwitz <nnorwitz@gmail.com> | Mon Feb 27 16:47:12 2006 +0000 |
committer | Neal Norwitz <nnorwitz@gmail.com> | Mon Feb 27 16:47:12 2006 +0000 |
tree | 75006537866b6fd0b1a3188777f08e2a1d28c4f7 | |
parent | aa8b6c5855d0a619778fb3557073a5ca3458585b [diff] [blame] |
Add an entry for 308
diff --git a/Misc/NEWS b/Misc/NEWS index 2cc753f..38468bf 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -12,6 +12,8 @@ Core and builtins ----------------- +- PEP 308: conditional expressions were added (x if cond else y). + - Patch 1433928: - The copy module now "copies" function objects (as atomic objects). - dict.__getitem__ now looks for a __missing__ hook before raising