pfalcon / pycopy-lib

Standard library of the Pycopy project, minimalist and light-weight Python language implementation
https://github.com/pfalcon/pycopy
Other
246 stars 70 forks source link

logging stuck not there for us #84

Open alxkos opened 9 months ago

alxkos commented 9 months ago

any plans to add this nice feature? in regular python it's working. missing it here ((

    def formatStack(self, stack_info):
        raise NotImplementedError()