diff --git a/index.html b/index.html index 3eb9394..dd3152c 100644 --- a/index.html +++ b/index.html @@ -7,20 +7,38 @@
Dive Into Python 3 will cover Python 3 and its differences from Python 2. Compared to the original Dive Into Python, it will be about 50% revised and 50% new material. I will publish drafts online as I go. The final version will be published on paper by Apress. The book will remain online under the CC-BY-SA-3.0 license. -
Here’s what I’ve written so far:
-chardet to Python 3
-2to3
-You can see the full table of contents (not finalized), or read what I’ve written so far:
+chardet to Python 3
+2to3
+There is a changelog, a feed, and discussion on Reddit. During development, you can download the book by cloning the Mercurial repository:
you@localhost:~$ hg clone http://hg.diveintopython3.org/ diveintopython3
The final version will be downloadable as HTML and PDF.