]> granicus.if.org Git - python/commitdiff
News entry for r60265 (Issue 1920).
authorAmaury Forgeot d'Arc <amauryfa@gmail.com>
Thu, 24 Jan 2008 22:59:25 +0000 (22:59 +0000)
committerAmaury Forgeot d'Arc <amauryfa@gmail.com>
Thu, 24 Jan 2008 22:59:25 +0000 (22:59 +0000)
Misc/NEWS

index 9b625fd76b9e78d7c7c5c8bff4be824ecafe4a62..f2a6f77954a820e67fcd9083388c8c2771a3311b 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -1,4 +1,4 @@
-+++++++++++
++++++++++++
 Python News
 +++++++++++
 
@@ -12,6 +12,11 @@ What's New in Python 2.6 alpha 1?
 Core and builtins
 -----------------
 
+- Issue #1920: "while 0" statements were completely removed by the compiler,
+  even in the presence of an "else" clause, which is supposed to be run when 
+  the condition is false. Now the compiler correctly emits bytecode for the
+  "else" suite.
+
 - A few crashers fixed: weakref_in_del.py (issue #1377858);
   loosing_dict_ref.py (issue #1303614, test67.py);
   borrowed_ref_[34].py (not in tracker).