diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2004-10-13 05:29:39 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2004-10-13 05:29:39 (GMT) |
commit | f7e74b789d8de7e89926864c22915cfbb7411d80 (patch) | |
tree | dd5308eb83898899793d001aa00cc3885c7a3488 | |
parent | 3761e8dd6600d1f93c9ba8a013aa5ba51ed6640b (diff) | |
download | cpython-f7e74b789d8de7e89926864c22915cfbb7411d80.zip cpython-f7e74b789d8de7e89926864c22915cfbb7411d80.tar.gz cpython-f7e74b789d8de7e89926864c22915cfbb7411d80.tar.bz2 |
Add a comment explaining -kb.
-rw-r--r-- | Lib/test/test_pep263.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/test/test_pep263.py b/Lib/test/test_pep263.py index 48b8c13..3b09c12 100644 --- a/Lib/test/test_pep263.py +++ b/Lib/test/test_pep263.py @@ -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
|