Commit 411bdd7d authored by Kirill Smelkov's avatar Kirill Smelkov

pygolang v0.0.0.dev7

parent 32a21d5b
Pygolang change history
=======================
0.0.0.dev7 (2019-01-16)
-----------------------
- Provide `gpython` interpreter, that sets UTF-8 as default encoding, integrates
gevent and puts `go`, `chan`, `select` etc into builtin namespace (commit__).
__ https://lab.nexedi.com/kirr/pygolang/commit/32a21d5b
0.0.0.dev6 (2018-12-13)
-----------------------
......
......@@ -28,7 +28,7 @@
...
"""
__version__ = "0.0.0.dev6"
__version__ = "0.0.0.dev7"
__all__ = ['method', 'go', 'chan', 'select', 'default', 'defer', 'panic', 'recover', 'func', 'gimport']
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment