[Python-checkins] python/dist/src/Tools/scripts diff.py, 1.1,
1.2 texcheck.py, 1.9, 1.10
tim_one at users.sourceforge.net
tim_one at users.sourceforge.net
Thu Jul 8 06:22:38 CEST 2004
- Previous message: [Python-checkins] python/dist/src/Include patchlevel.h,2.75,2.76
- Next message: [Python-checkins] python/dist/src/Lib/test test_binascii.py, 1.17,
1.18 test_codecs.py, 1.10, 1.11 test_csv.py, 1.12,
1.13 test_genexps.py, 1.2, 1.3 test_heapq.py, 1.13,
1.14 test_htmlparser.py, 1.12, 1.13 test_isinstance.py, 1.8,
1.9 test_iterlen.py, 1.1, 1.2 test_multibytecodec_support.py,
1.3, 1.4 test_profile.py, 1.3, 1.4 test_tcl.py, 1.4,
1.5 test_textwrap.py, 1.26, 1.27 test_urllib2.py, 1.15, 1.16
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/python/python/dist/src/Tools/scripts
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29480/Tools/scripts
Modified Files:
diff.py texcheck.py
Log Message:
Whitespace normalization.
Index: diff.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Tools/scripts/diff.py,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** diff.py 8 Jun 2003 23:04:17 -0000 1.1
--- diff.py 8 Jul 2004 04:22:20 -0000 1.2
***************
*** 39,41 ****
sys.stdout.writelines(diff)
-
--- 39,40 ----
Index: texcheck.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Tools/scripts/texcheck.py,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** texcheck.py 8 Sep 2003 18:41:18 -0000 1.9
--- texcheck.py 8 Jul 2004 04:22:35 -0000 1.10
***************
*** 231,233 ****
if __name__ == '__main__':
sys.exit(main())
-
--- 231,232 ----
- Previous message: [Python-checkins] python/dist/src/Include patchlevel.h,2.75,2.76
- Next message: [Python-checkins] python/dist/src/Lib/test test_binascii.py, 1.17,
1.18 test_codecs.py, 1.10, 1.11 test_csv.py, 1.12,
1.13 test_genexps.py, 1.2, 1.3 test_heapq.py, 1.13,
1.14 test_htmlparser.py, 1.12, 1.13 test_isinstance.py, 1.8,
1.9 test_iterlen.py, 1.1, 1.2 test_multibytecodec_support.py,
1.3, 1.4 test_profile.py, 1.3, 1.4 test_tcl.py, 1.4,
1.5 test_textwrap.py, 1.26, 1.27 test_urllib2.py, 1.15, 1.16
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Python-checkins
mailing list