From 43018795dcf3c5de86784b892bfb9446e1742c5f Mon Sep 17 00:00:00 2001 From: Mark Pilgrim Date: Thu, 12 Mar 2009 23:45:35 -0400 Subject: [PATCH] validator doesn't like missing body element, must ask Ian if that's their bug or mine --- about.html | 1 + case-study-porting-chardet-to-python-3.html | 1 + index.html | 1 + native-datatypes.html | 1 + porting-code-to-python-3-with-2to3.html | 1 + regular-expressions.html | 1 + table-of-contents.html | 1 + unit-testing.html | 1 + your-first-python-program.html | 1 + 9 files changed, 9 insertions(+) diff --git a/about.html b/about.html index 0a60fdc..c5009c0 100644 --- a/about.html +++ b/about.html @@ -11,6 +11,7 @@ h1:before{content:""} +

About the book

diff --git a/case-study-porting-chardet-to-python-3.html b/case-study-porting-chardet-to-python-3.html index 44e5462..a30e7a0 100644 --- a/case-study-porting-chardet-to-python-3.html +++ b/case-study-porting-chardet-to-python-3.html @@ -11,6 +11,7 @@ body{counter-reset:h1 20} +

skip to main content

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.

You can see the full table of contents (not finalized), or read what I’ve written so far:

diff --git a/native-datatypes.html b/native-datatypes.html index 7790453..a17fb85 100644 --- a/native-datatypes.html +++ b/native-datatypes.html @@ -11,6 +11,7 @@ body{counter-reset:h1 2} +

skip to main content

skip to main content

skip to main content

Table of contents

diff --git a/unit-testing.html b/unit-testing.html index 6a60dd0..cfa7c0f 100644 --- a/unit-testing.html +++ b/unit-testing.html @@ -11,6 +11,7 @@ body{counter-reset:h1 7} +

skip to main content

skip to main content