diff options
author | Araq <rumpf_a@web.de> | 2011-06-15 10:15:32 +0200 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2011-06-15 10:15:32 +0200 |
commit | a15475f582e18a684c1015544b908b195f436d6d (patch) | |
tree | d3f364add28442d2627bb6aa85ccfda9f275a7c0 /web/news.txt | |
parent | 4fa80956b89c2ee06d8940018101240efec7dc02 (diff) | |
download | Nim-a15475f582e18a684c1015544b908b195f436d6d.tar.gz |
tuple unpacking is not enforced in for loops anymore
Diffstat (limited to 'web/news.txt')
-rwxr-xr-x | web/news.txt | 1 |
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``. |