[Python-Dev] [PATCH] Adding braces to __future__

Xavier Morel python-dev at masklinn.net
Sat Dec 10 21:35:40 CET 2011


On 2011-12-10, at 12:14 , francis wrote:
> 
> (I thing that 'go' has some
> autoformater or a standard way of formatting).
`gofmt` yes, it simply reformats all the code to match the style
decided by the core go team, it does not provide support formatting-
independent edition.

Think of it as pep8.py editing the code in place instead of just
reporting the stuff it does not like.


More information about the Python-Dev mailing list