summaryrefslogtreecommitdiffstats
path: root/Demo/pdist
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1995-07-18 18:35:17 (GMT)
committerGuido van Rossum <guido@python.org>1995-07-18 18:35:17 (GMT)
commitec9ea611d26733639de2255561773aebf017cab8 (patch)
tree7fa34321cf7ab6cf1b358562499c7bcc01de8d7b /Demo/pdist
parenta79f5a32569a19454e604822e4efe0b48e18394b (diff)
downloadcpython-ec9ea611d26733639de2255561773aebf017cab8.zip
cpython-ec9ea611d26733639de2255561773aebf017cab8.tar.gz
cpython-ec9ea611d26733639de2255561773aebf017cab8.tar.bz2
remove comment about obsolete variable
Diffstat (limited to 'Demo/pdist')
-rwxr-xr-xDemo/pdist/cvslib.py1
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