Accessing CVS on SourceForge?

Neal Norwitz neal at metaslash.com
Sun Mar 31 19:03:30 EST 2002


Samuel Schulenburg wrote:
> 
> How do you access a particular python realease on SourceForge? I can
> obtain the latest realease by following the instruction provided at
> SourceForge, but I would like to obtain Python2.2 or 1.52.

cvs upd -r r221      # when it's available in about a week
cvs upd -r r221c2    # most recent version 2.2.1 RC2
cvs upd -r release22 # 2.2
cvs upd -r r152      # 1.5.2

to find out what the tags are do:
	cvs log Objects/intobject.c # or any other file

Neal



More information about the Python-list mailing list