[Python-checkins] python/dist/src/Lib/test test_pep263.py,1.3,1.4
loewis at users.sourceforge.net
loewis at users.sourceforge.net
Wed Oct 13 07:29:42 CEST 2004
Update of /cvsroot/python/python/dist/src/Lib/test
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6058
Modified Files:
test_pep263.py
Log Message:
Add a comment explaining -kb.
Index: test_pep263.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/test/test_pep263.py,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- test_pep263.py 30 Aug 2003 22:54:55 -0000 1.3
+++ test_pep263.py 13 Oct 2004 05:29:39 -0000 1.4
@@ -1,4 +1,5 @@
#! -*- coding: koi8-r -*-
+# This file is marked as binary in the CVS, to prevent MacCVS from recoding it.
import unittest
from test import test_support
More information about the Python-checkins
mailing list