]> granicus.if.org Git - python/commit
Issue #10117: Tools/scripts/reindent.py now accepts source files that
authorAlexander Belopolsky <alexander.belopolsky@gmail.com>
Mon, 18 Oct 2010 14:43:38 +0000 (14:43 +0000)
committerAlexander Belopolsky <alexander.belopolsky@gmail.com>
Mon, 18 Oct 2010 14:43:38 +0000 (14:43 +0000)
commit4a98e3b6d06e5477e5d62f18e85056cbb7253f98
tree0f2f3cc2fd70be8ef4930dbeb01fadf7034bc76e
parent016cec75bd43b29240370f81319ceccdab5cc771
Issue #10117: Tools/scripts/reindent.py now accepts source files that
use encoding other than ASCII or UTF-8.  Source encoding is preserved
when reindented code is written to a file.
Lib/trace.py
Misc/NEWS
Tools/scripts/reindent.py