new language feature: explicit 'import system' statements are allowed

This commit is contained in:
Andreas Rumpf
2016-07-07 01:02:12 +02:00
parent 28940ce457
commit e9eab32e54
5 changed files with 37 additions and 5 deletions

View File

@@ -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
--------