finished iterators chapter

This commit is contained in:
Mark Pilgrim
2009-04-22 23:11:54 -04:00
parent 845ecdea10
commit 4afb4d3e69
6 changed files with 325 additions and 275 deletions
+2
View File
@@ -516,6 +516,8 @@ Ran 5 tests in 0.000s
OK</samp></pre>
<p>Now stop coding.
<!--
<li><a href="#roman.requirements">Requirement #3</a> specifies that <code>to_roman()</code> cannot accept a non-integer number, so here you test to make sure that <code>to_roman()</code> raises a <code>roman.NotIntegerError</code> exception when called with <code>0.5</code>. If <code>to_roman()</code> does not raise a <code>roman.NotIntegerError</code>, this test is considered failed.
-->