[Python-checkins] python/dist/src/Misc NEWS,1.1347,1.1348

birkenfeld@users.sourceforge.net birkenfeld at users.sourceforge.net
Wed Aug 24 20:32:42 CEST 2005


Update of /cvsroot/python/python/dist/src/Misc
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7884/Misc

Modified Files:
	NEWS 
Log Message:
Patch [ 784089 ] A program to scan python files and list those require coding



Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.1347
retrieving revision 1.1348
diff -u -d -r1.1347 -r1.1348
--- NEWS	24 Aug 2005 14:55:21 -0000	1.1347
+++ NEWS	24 Aug 2005 18:32:30 -0000	1.1348
@@ -502,6 +502,11 @@
 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__.



More information about the Python-checkins mailing list