added link to iterator types in Python docs, updated links to 3.1

This commit is contained in:
Mark Pilgrim
2009-07-26 15:12:32 -04:00
parent 75f9935e12
commit cb859375bd
+1
View File
@@ -378,6 +378,7 @@ rules = LazyRules()</code></pre>
<h2 id=furtherreading>Further Reading</h2>
<ul>
<li><a href=http://docs.python.org/3.1/library/stdtypes.html#iterator-types>Iterator types</a>
<li><a href=http://www.python.org/dev/peps/pep-0234/>PEP 234: Iterators</a>
<li><a href=http://www.python.org/dev/peps/pep-0255/>PEP 255: Simple Generators</a>
<li><a href=http://www.dabeaz.com/generators/>Generator Tricks for Systems Programmers</a>