grumpyhome / grumpy

Grumpy is a Python to Go source code transcompiler and runtime.
Apache License 2.0
420 stars 18 forks source link

Grumpy' stdlib have preference over CPython' stdlib #126

Closed alanjds closed 5 years ago

alanjds commented 5 years ago

This is needed when a CPython stdlib module tries to import another. E.g. zipfile imports os:

Should be provided the Grumpy os module but there is an os.py on the same folder of stdlib zipfile.py.

alanjds commented 5 years ago

👨‍🎤 "Nobody complains I will be merging..."