diff options
author | Andreas Rumpf <rumpf_a@web.de> | 2016-07-07 01:02:12 +0200 |
---|---|---|
committer | Andreas Rumpf <rumpf_a@web.de> | 2016-07-07 01:02:12 +0200 |
commit | e9eab32e54815bfad09fb0120aa4b024106f00ba (patch) | |
tree | 3b9a9f9e749d1000c74943253e57aee97428c394 /web | |
parent | 28940ce457e7a7f3e2d1d6cc0223bc0282ce509e (diff) | |
download | Nim-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.rst | 3 |
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 -------- |