mirror of
https://github.com/kennethreitz/dive-into-python3.git
synced 2026-06-05 15:00:18 +00:00
added link to iterator types in Python docs, updated links to 3.1
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user