diff options
author | Georg Brandl <georg@python.org> | 2005-08-24 18:32:30 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2005-08-24 18:32:30 (GMT) |
commit | 568973181aa523bbcf7f827b3a2eb2affd96ea67 (patch) | |
tree | dc00a1741aea07b0d41fd39c441b00ef93dbb462 /Misc | |
parent | 0a5d4a20e7b2b758c974766cc3ac02af5a342483 (diff) | |
download | cpython-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/NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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__. |