mirror of
https://github.com/kennethreitz/dive-into-python3.git
synced 2026-06-05 23:10:17 +00:00
34 lines
1.7 KiB
HTML
Executable File
34 lines
1.7 KiB
HTML
Executable File
<!DOCTYPE html>
|
|
<head>
|
|
<meta charset=utf-8>
|
|
<meta name=robots content=noindex>
|
|
<title>Secret Leftover Page - Dive into Python 3</title>
|
|
<link rel=stylesheet href=dip3.css>
|
|
<style>
|
|
body{counter-reset:h1 -1}
|
|
h1:before{counter-increment:h1;content:''}
|
|
</style>
|
|
<link rel=stylesheet media='only screen and (max-device-width: 480px)' href=mobile.css>
|
|
<link rel=stylesheet media=print href=print.css>
|
|
<meta name=viewport content='initial-scale=1.0'>
|
|
</head>
|
|
<form action=http://www.google.com/cse><div><input type=hidden name=cx value=014021643941856155761:l5eihuescdw><input type=hidden name=ie value=UTF-8> <input name=q size=25> <input type=submit name=sa value=Search></div></form>
|
|
<p>You are here: <a href=index.html>Home</a> <span class=u>‣</span> <a href=table-of-contents.html>Dive Into Python 3</a> <span class=u>‣</span>
|
|
<h1>Secret Leftover Page</h1>
|
|
<blockquote class=q>
|
|
<p><span class=u>❝</span> You step in the stream / but the water has moved on. / This page is not here. <span class=u>❞</span><br>— 404 Not Found haiku
|
|
</blockquote>
|
|
<p id=toc>
|
|
<h2 id=divingin>Huh?</h2>
|
|
<p class=f>This book used to have a chapter called “Iterators <i class=baa>&</i> Generators,” but I split the chapter in half so I could introduce Python classes before talking about iterators. The content that used to be at this address is now in one of those two chapters:
|
|
|
|
<ul>
|
|
<li><a href=generators.html>Generators</a>
|
|
<li><a href=iterators.html>Iterators</a>
|
|
</ul>
|
|
|
|
<p class=c>© 2001–9 <a href=about.html>Mark Pilgrim</a>
|
|
<script src=j/jquery.js></script>
|
|
<script src=j/dip3.js></script>
|
|
<!--[if IE]><script src=j/html5.js></script><![endif]-->
|