hoh / reloadr

Hot code reloading tool for Python
GNU Lesser General Public License v3.0
528 stars 12 forks source link

Python3 syntax not supported due to baron not handling it #3

Closed ghost closed 5 years ago

ghost commented 6 years ago
lib/python2.7/site-packages/reloadr.py", line 61
    def reload_function(target, filepath: str):
                                        ^
SyntaxError: invalid syntax
hoh commented 6 years ago

The library baron on which reloadr relies sadly does not support the Python 3 syntax.

ghost commented 6 years ago

@hoh thx

WoLfulus commented 5 years ago

it is supported now