= pytogo release notes = 1.7: 2022-01-22:: Translate a few more entry points in Python os and sys. 1.6: 2020-05-02:: Translate additional library calls. 1.5: 2020-02-04:: Add class as a block starter keyword. More math library functions are translated. Simple integer/string/float constant declarations are translated. 1.4: 2018-10-23:: Fix for error in translation of os.sep. Translate os.path.realpath 1.3: 2018-10-22:: Some cases where string.Contains() should be applied get it. "+= 1" and "-=1" become ++ and --. Prevent false positives in assignment code. Manual page now includes a guide to preparing for translation. More system variables and functions translated: os.sep, os.path.isabs. import from future lines are discarded. 1.2: 2018-10-07:: PEP484 type hints are now converted into Go type signatures. Without PEP484 hints, return types of functions are now sometimes deduced. Docstrings are moved to the godoc-preferred position above the signature. Python math and cmath library functions are mapped over. Python shebang lines are recognized and converted to "package main". Map variadic function sgnatures to use "..." Import translation. 1.1: 2018-10-01:: for-loop idioms for walking a list or dictionary are translated. Fixed bugs in processing of multiline strings and midline colon. 1.0: 2018-09-30:: Initial release.