summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorAlexander Belopolsky <alexander.belopolsky@gmail.com>2010-10-18 14:43:38 (GMT)
committerAlexander Belopolsky <alexander.belopolsky@gmail.com>2010-10-18 14:43:38 (GMT)
commit4a98e3b6d06e5477e5d62f18e85056cbb7253f98 (patch)
tree0f2f3cc2fd70be8ef4930dbeb01fadf7034bc76e /Misc
parent016cec75bd43b29240370f81319ceccdab5cc771 (diff)
downloadcpython-4a98e3b6d06e5477e5d62f18e85056cbb7253f98.zip
cpython-4a98e3b6d06e5477e5d62f18e85056cbb7253f98.tar.gz
cpython-4a98e3b6d06e5477e5d62f18e85056cbb7253f98.tar.bz2
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.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 768702c..2f030c3 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -111,6 +111,10 @@ C-API
Tools/Demos
-----------
+- 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.
+
- Issue #7287: Demo/imputil/knee.py was removed.
Tests