]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
remove comment about obsolete variable
authorGuido van Rossum <guido@python.org>
Tue, 18 Jul 1995 18:35:17 +0000 (18:35 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 18 Jul 1995 18:35:17 +0000 (18:35 +0000)
Demo/pdist/cvslib.py

index 23918dc18cf2ea66235d827b2994a8e53a82c18d..96cc785d0daf8037ffc6ddd687210edd4c0da810 100755 (executable)
@@ -17,7 +17,6 @@ class File:
        lseen -- true if the data for the local file is up to date
        eseen -- true if the data from the CVS/Entries entry is up to date
                 (this implies that the entry must be written back)
-       sseen -- true if the data from the CVS/Sums file is up to date
        rseen -- true if the data for the remote file is up to date
        proxy -- RCSProxy instance used to contact the server, or None