Record that the generator work is part of the regular CVS tree now.
This commit is contained in:
parent
66d57b047e
commit
156af4640f
13
pep-0255.txt
13
pep-0255.txt
|
@ -249,9 +249,9 @@ Q & A
|
|||
|
||||
Reference Implementation
|
||||
|
||||
A preliminary implementation is available as the gen-branch of the
|
||||
Python CVS tree on SourceForge[9]. Using this requires that you
|
||||
build Python from source.
|
||||
The current implementation, in a preliminary state (no docs and no
|
||||
focused tests), is part of Python's CVS development tree[9].
|
||||
Using this requires that you build Python from source.
|
||||
|
||||
This was derived from an earlier patch by Neil Schemenauer[7].
|
||||
|
||||
|
@ -269,12 +269,9 @@ Footnotes and References
|
|||
http://python.sf.net/peps/pep-0234.html
|
||||
[7] http://python.ca/nas/python/generator.diff
|
||||
[8] http://python.sf.net/peps/pep-0236.html
|
||||
[9] To experiment with this implementation, proceed to check out
|
||||
Python from CVS according to the instructions at
|
||||
[9] To experiment with this implementation, check out Python from CVS
|
||||
according to the instructions at
|
||||
http://sf.net/cvs/?group_id=5470
|
||||
but add the arguments "-r gen-branch" to the cvs checkout command.
|
||||
You can also start with an existing checkout and do
|
||||
cvs update -r gen-branch
|
||||
|
||||
|
||||
Copyright
|
||||
|
|
Loading…
Reference in New Issue