@@ -41,8 +41,7 @@ <H2>What you need.</H2>
4141directory < code > Mac/mwerks/projects</ code > for the project files and
4242related stuff. < BR >
4343
44- If you are a < a href ="http://www.python.org/psa "> PSA</ a > member, an
45- alternative is to check the sources straight out of the CVS
44+ An alternative is to check the sources straight out of the CVS
4645repository, see below. Most of the packages mentioned here are also
4746available through CVS. Check the section on < a href ="#cvs "> CVS
4847repository use</ a > below.
@@ -429,22 +428,24 @@ <H2>Rebuilding <code>.exp</code> files for PPC and CFM68K</H2>
429428
430429< H2 > < a name ="cvs "> Using the CVS source archive</ a > </ H2 >
431430
432- It is possible to access the Python sources through remote CVS if you are
433- a PSA member. The advantage of this is that you get the very latest sources,
434- so any bug fixed or new features will be immedeately available. This is also
435- the disadvantage, of course: as this is the same tree as is used for development it
436- may sometimes be a little less stable. < p >
431+ It is possible to access the Python sources through remote CVS. The
432+ advantage of this is that you get the very latest sources, so any bug
433+ fixed or new features will be immedeately available. This is also the
434+ disadvantage, of course: as this is the same tree as is used for
435+ development it may sometimes be a little less stable. < p >
437436
438437The CVS client of choice is Alexandre Parenteau's MacCVS. It can be
439- obtained through the < a href ="http://www.cyclic.com "> Cyclic CVS homepage</ a > . MacCVS
440- uses Internet Config to set file types correctly based on the filename extension. In
441- the maccvs preferences you should also set (in the "binary files" section)
442- "use mac encoding: applesingle" and (in the "text files" section) "use ISO latin 1
438+ obtained through the < a href ="http://www.wincvs.org "> WinCVS
439+ homepage</ a > . MacCVS uses Internet Config to set file types correctly
440+ based on the filename extension. In the maccvs preferences you should
441+ also set (in the "binary files" section) "use mac encoding:
442+ applesingle" and (in the "text files" section) "use ISO latin 1
443443conversion". < p >
444444
445445The machine-independent Python sources are checked out from the main
446- Python CVS archive, see the < a href ="http://www.python.org/psa "> PSA
447- homepage</ a > for details. When you check the sources out you will get
446+ Python CVS archive, see the < a
447+ href ="http://www.python.org/download/cvs.html "> Source access via
448+ CVS</ a > page for details. When you check the sources out you will get
448449something like < code > Python:dist:src</ code > , and under that the
449450< code > Modules</ code > , < code > Lib</ code > , etc hierarchy. The
450451< code > src</ code > folder should be renamed to < code > Python</ code > , and
0 commit comments