summary refs log tree commit diff stats
path: root/web
diff options
context:
space:
mode:
authorAndreas Rumpf <rumpf_a@web.de>2016-07-07 01:02:12 +0200
committerAndreas Rumpf <rumpf_a@web.de>2016-07-07 01:02:12 +0200
commite9eab32e54815bfad09fb0120aa4b024106f00ba (patch)
tree3b9a9f9e749d1000c74943253e57aee97428c394 /web
parent28940ce457e7a7f3e2d1d6cc0223bc0282ce509e (diff)
downloadNim-e9eab32e54815bfad09fb0120aa4b024106f00ba.tar.gz
new language feature: explicit 'import system' statements are allowed
Diffstat (limited to 'web')
-rw-r--r--web/news/version_0_15_released.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/web/news/version_0_15_released.rst b/web/news/version_0_15_released.rst
index e85582d97..e940a2da8 100644
--- a/web/news/version_0_15_released.rst
+++ b/web/news/version_0_15_released.rst
@@ -54,6 +54,9 @@ Language Additions
 
 - Added ``{.intdefine.}`` and ``{.strdefine.}`` macros to make use of
   (optional) compile time defines.
+- If the first statement is an ``import system`` statement then ``system``
+  is not imported implicitly anymore. This allows for code like
+  ``import system except echo`` or ``from system import nil``.
 
 Bugfixes
 --------