]> granicus.if.org Git - python/commitdiff
Add an entry for 308
authorNeal Norwitz <nnorwitz@gmail.com>
Mon, 27 Feb 2006 16:47:12 +0000 (16:47 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Mon, 27 Feb 2006 16:47:12 +0000 (16:47 +0000)
Misc/NEWS

index 2cc753f3cce1c2f2ab48f5e9c63d36028d13bfaf..38468bf80350aeb7c88702c0e3bed90f9f80f533 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -12,6 +12,8 @@ What's New in Python 2.5 alpha 1?
 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