|
1 | 1 | <!DOCTYPE html>
|
2 |
| -<head> |
3 | 2 | <meta charset=utf-8>
|
4 | 3 | <title>Dive Into Python 3</title>
|
5 | 4 | <link rel=alternate type=application/atom+xml href=http://hg.diveintopython3.org/atom-log>
|
|
14 | 13 | <link rel=stylesheet media='only screen and (max-device-width: 480px)' href=mobile.css>
|
15 | 14 | <link rel=stylesheet media=print href=print.css>
|
16 | 15 | <meta name=viewport content='initial-scale=1.0'>
|
17 |
| -</head> |
18 | 16 | <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 type=search name=q size=25 placeholder="powered by Google™"> <input type=submit name=sa value=Search></div></form>
|
19 | 17 |
|
20 | 18 | <p>You are here: <span title="Ce n'est pas un point" style='cursor:default'>•</span>
|
21 | 19 |
|
22 | 20 | <h1>Dive Into Python 3</h1>
|
23 | 21 |
|
24 |
| -<p><cite>Dive Into Python 3</cite> covers Python 3 and its differences from Python 2. Compared to <cite><a href=//diveintopython.org/>Dive Into Python</a></cite>, it’s about 20% revised and 80% new material. The book is now complete, but <a href=about.html>feedback is always welcome</a>. |
| 22 | +<p><cite>Dive Into Python 3</cite> covers Python 3 and its differences from Python 2. Compared to <cite><a href=http://diveintopython.org/>Dive Into Python</a></cite>, it’s about 20% revised and 80% new material. The book is now complete, but <a href=about.html>feedback is always welcome</a>. |
25 | 23 |
|
26 | 24 | <h2>Table of Contents (<a href=table-of-contents.html>expand</a>)</h2>
|
27 | 25 |
|
@@ -51,13 +49,10 @@ <h2>Table of Contents (<a href=table-of-contents.html>expand</a>)</h2>
|
51 | 49 | <li id=c><a href=where-to-go-from-here.html>Where to Go From Here</a>
|
52 | 50 | </ol>
|
53 | 51 |
|
54 |
| -<p>The book is freely licensed under the <a rel=license href=//creativecommons.org/licenses/by-sa/3.0/>Creative Commons Attribution Share-Alike</a> license. You can download it as <a href=d/diveintopython3-html-latest.zip><abbr>HTML</abbr></a> or <a href=d/diveintopython3-pdf-latest.zip><abbr>PDF</abbr></a>, or by cloning the Mercurial repository: |
| 52 | +<p>The book is freely licensed under the <a rel=license href=http://creativecommons.org/licenses/by-sa/3.0/>Creative Commons Attribution Share-Alike</a> license. You can download it as <a href=d/diveintopython3-html-latest.zip><abbr>HTML</abbr></a> or <a href=d/diveintopython3-pdf-latest.zip><abbr>PDF</abbr></a>. Über-geeks can also clone the Mercurial repository: |
55 | 53 |
|
56 | 54 | <pre><samp class=p>you@localhost:~$ </samp><kbd>hg clone <a href=http://hg.diveintopython3.org/>http://hg.diveintopython3.org/</a> diveintopython3</kbd></pre>
|
57 | 55 |
|
58 |
| -<p> |
59 |
| - |
60 | 56 | <p class='c nm'>This site is optimized for Lynx just because fuck you.<br>I’m told it also looks good in graphical browsers.
|
61 | 57 |
|
62 | 58 | <p class=c>© 2001–9 <a href=about.html>Mark Pilgrim</a>
|
63 |
| -<!--[if IE]><script src=j/html5.js></script><![endif]--> |
0 commit comments