Re: [go-nuts] pytogo 1.2 has shipped

2018-10-07 Thread Michael Jones
Goimports will scrub unneeded imports. On Sun, Oct 7, 2018 at 4:50 AM Eric Raymond wrote: > I am pleased to announce the release of pytogo 1.2. > > https://gitlab.com/esr/pytogo > > New features in this release: > > * PEP484 type hints are now converted into Go type signatures. > * Without PEP4

[go-nuts] pytogo 1.2 has shipped

2018-10-07 Thread Eric Raymond
I am pleased to announce the release of pytogo 1.2. https://gitlab.com/esr/pytogo New features in this release: * 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-prefer