summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2005-08-24 18:32:30 (GMT)
committerGeorg Brandl <georg@python.org>2005-08-24 18:32:30 (GMT)
commit568973181aa523bbcf7f827b3a2eb2affd96ea67 (patch)
treedc00a1741aea07b0d41fd39c441b00ef93dbb462 /Misc
parent0a5d4a20e7b2b758c974766cc3ac02af5a342483 (diff)
downloadcpython-568973181aa523bbcf7f827b3a2eb2affd96ea67.zip
cpython-568973181aa523bbcf7f827b3a2eb2affd96ea67.tar.gz
cpython-568973181aa523bbcf7f827b3a2eb2affd96ea67.tar.bz2
Patch [ 784089 ] A program to scan python files and list those require coding
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 765565c..7e21b7a 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -502,6 +502,11 @@ New platforms
Tools/Demos
-----------
+- Added two new files to Tools/scripts: pysource.py, which recursively
+ finds Python source files, and findnocoding.py, which finds Python
+ source files that need an encoding declaration.
+ Patch #784089, credits to Oleg Broytmann.
+
- Bug #1072853: pindent.py used an uninitialized variable.
- Patch #1177597: Correct Complex.__init__.