summaryrefslogtreecommitdiff
path: root/modules/language/python/module
diff options
context:
space:
mode:
authorStefan Israelsson Tampe <stefan.itampe@gmail.com>2017-10-17 15:32:46 +0200
committerStefan Israelsson Tampe <stefan.itampe@gmail.com>2017-10-17 15:32:46 +0200
commit97cb53113ec7f8238e37f798b6c83ec9c2b21151 (patch)
treedcc831a3268abcf0e05be2db5703df024089d482 /modules/language/python/module
parentc5bfeb3df2fad8df156d6008ebdf62349e2e4e70 (diff)
with
Diffstat (limited to 'modules/language/python/module')
-rw-r--r--modules/language/python/module/python.scm15
1 files changed, 10 insertions, 5 deletions
diff --git a/modules/language/python/module/python.scm b/modules/language/python/module/python.scm
index f3b68c1..7022ff1 100644
--- a/modules/language/python/module/python.scm
+++ b/modules/language/python/module/python.scm
@@ -25,11 +25,16 @@
#:use-module (language python tuple )
#:replace (list abs min max hash round)
- #:re-export (Exception StopIteration send sendException next
- GeneratorExit sendClose RuntimeError
- len dir next dict None property range
- tuple bytes bytearray
- )
+
+ #:re-export (StopIteration GeneratorExit RuntimeError
+ Exception ValueError TypeError
+ IndexError KeyError AttributeError
+ send sendException next
+ GeneratorExit sendClose RuntimeError
+ len dir next dict None property range
+ tuple bytes bytearray
+ )
+
#:export (print repr complex float int
set all any bin callable reversed
chr classmethod staticmethod