summary refs log tree commit diff stats
path: root/web/news.txt
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2011-06-15 10:15:32 +0200
committerAraq <rumpf_a@web.de>2011-06-15 10:15:32 +0200
commita15475f582e18a684c1015544b908b195f436d6d (patch)
treed3f364add28442d2627bb6aa85ccfda9f275a7c0 /web/news.txt
parent4fa80956b89c2ee06d8940018101240efec7dc02 (diff)
downloadNim-a15475f582e18a684c1015544b908b195f436d6d.tar.gz
tuple unpacking is not enforced in for loops anymore
Diffstat (limited to 'web/news.txt')
-rwxr-xr-xweb/news.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/web/news.txt b/web/news.txt
index c6039a0eb..321550dfe 100755
--- a/web/news.txt
+++ b/web/news.txt
@@ -83,6 +83,7 @@ Additions
   returns a ``TFile`` and raises an exception in case of an error.
 - The compiler now might use hashing for string case statements depending
   on the number of string literals in the case statement.
+- Tuple unpacking is not enforced in ``for`` loops anymore.
 - Added a wrapper for ``redis``.
 - Added a wrapper for ``0mq`` via the ``zmq`` module.
 - Added a wrapper for ``sphinx``.