diff options
author | Guido van Rossum <guido@python.org> | 1995-07-18 18:35:17 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1995-07-18 18:35:17 (GMT) |
commit | ec9ea611d26733639de2255561773aebf017cab8 (patch) | |
tree | 7fa34321cf7ab6cf1b358562499c7bcc01de8d7b | |
parent | a79f5a32569a19454e604822e4efe0b48e18394b (diff) | |
download | cpython-ec9ea611d26733639de2255561773aebf017cab8.zip cpython-ec9ea611d26733639de2255561773aebf017cab8.tar.gz cpython-ec9ea611d26733639de2255561773aebf017cab8.tar.bz2 |
remove comment about obsolete variable
-rwxr-xr-x | Demo/pdist/cvslib.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Demo/pdist/cvslib.py b/Demo/pdist/cvslib.py index 23918dc..96cc785 100755 --- a/Demo/pdist/cvslib.py +++ b/Demo/pdist/cvslib.py @@ -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 |