From: fredrik at pythonware.com (Fredrik Lundh) Date: Tue, 13 Apr 1999 14:49:08 GMT Subject: CVS module References: <7evbjf$85f$1@anguish.transas.com> Message-ID: <001d01be85bc$cd9e92e0$f29b12c2@pythonware.com> X-UID: 24 Michael Sobolev wrote: > My quick attempt to find something that would help me to cope with CVS files > failed. Could anybody advise me whether such a module exist? Under "such a > module" I mean something that permits to get the complete information about the > given file: > > cvsfile = CVSFile () > > from pprint import pprint > > pprint (cvsfile.revisions) > > or something alike. maybe Demo/pdist/cvslib.py (in the Python source distribution) could be a start?