mindless fiddling

This commit is contained in:
mark@atlantis
2009-03-18 23:46:08 -04:00
parent 0ffa695d1d
commit cfeee5d73d
10 changed files with 1 additions and 20 deletions
-2
View File
@@ -2,8 +2,6 @@
<head>
<meta charset=utf-8>
<title>About the book - Dive Into Python 3</title>
<!--[if IE]><script src=html5.js></script><![endif]-->
<link rel="shortcut icon" href=data:image/ico,>
<link rel=stylesheet type=text/css href=dip3.css>
<style>
h1:before{content:""}
@@ -3,7 +3,6 @@
<meta charset=utf-8>
<title>Case study: porting chardet to Python 3 - Dive into Python 3</title>
<!--[if IE]><script src=html5.js></script><![endif]-->
<link rel="shortcut icon" href=data:image/ico,>
<link rel=stylesheet type=text/css href=dip3.css>
<style>
body{counter-reset:h1 20}
+1 -3
View File
@@ -2,8 +2,6 @@
<head>
<meta charset=utf-8>
<title>Dive Into Python 3</title>
<!--[if IE]><script src=html5.js></script><![endif]-->
<link rel="shortcut icon" href=data:image/ico,>
<link rel=alternate type=application/atom+xml href=http://hg.diveintopython3.org/atom-log>
<link rel=stylesheet type=text/css href=dip3.css>
<style>
@@ -19,7 +17,7 @@ h1:before{content:""}
<h1>Dive Into Python 3</h1>
<p class=first><cite>Dive Into Python 3</cite> will cover Python 3 and its differences from Python 2. Compared to the original <cite><a href=http://diveintopython.org/>Dive Into Python</a></cite>, 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 <a rel=license href=http://creativecommons.org/licenses/by-sa/3.0/>CC-BY-SA-3.0</a> license.
<p><cite>Dive Into Python 3</cite> will cover Python 3 and its differences from Python 2. Compared to the original <cite><a href=http://diveintopython.org/>Dive Into Python</a></cite>, 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 <a rel=license href=http://creativecommons.org/licenses/by-sa/3.0/>CC-BY-SA-3.0</a> license.
<p>You can see the <a href=table-of-contents.html>full table of contents</a> (<strong>not finalized</strong>), or read what I&#8217;ve written so far:</p>
-2
View File
@@ -2,8 +2,6 @@
<head>
<meta charset=utf-8>
<title>Native datatypes - Dive into Python 3</title>
<!--[if IE]><script src=html5.js></script><![endif]-->
<link rel="shortcut icon" href=data:image/ico,>
<link rel=stylesheet type=text/css href=dip3.css>
<style>
body{counter-reset:h1 2}
-2
View File
@@ -2,8 +2,6 @@
<head>
<meta charset=utf-8>
<title>Porting code to Python 3 with 2to3 - Dive into Python 3</title>
<!--[if IE]><script src=html5.js></script><![endif]-->
<link rel="shortcut icon" href=data:image/ico,>
<link rel=stylesheet type=text/css href=dip3.css>
<style>
h1:before{counter-increment:h1;content:"Appendix A. "}
-2
View File
@@ -2,8 +2,6 @@
<head>
<meta charset=utf-8>
<title>Regular expressions - Dive into Python 3</title>
<!--[if IE]><script src=html5.js></script><![endif]-->
<link rel="shortcut icon" href=data:image/ico,>
<link rel=stylesheet type=text/css href=dip3.css>
<style>
body{counter-reset:h1 4}
-2
View File
@@ -2,8 +2,6 @@
<head>
<meta charset=utf-8>
<title>Strings - Dive into Python 3</title>
<!--[if IE]><script src=html5.js></script><![endif]-->
<link rel="shortcut icon" href=data:image/ico,>
<link rel=stylesheet type=text/css href=dip3.css>
<style>
body{counter-reset:h1 3}
-2
View File
@@ -2,8 +2,6 @@
<head>
<meta charset=utf-8>
<title>Table of contents - Dive Into Python 3</title>
<!--[if IE]><script src=html5.js></script><![endif]-->
<link rel="shortcut icon" href=data:image/ico,>
<link rel=stylesheet type=text/css href=dip3.css>
<style>
h1:before{content:""}
-2
View File
@@ -2,8 +2,6 @@
<head>
<meta charset=utf-8>
<title>Unit testing - Dive into Python 3</title>
<!--[if IE]><script src=html5.js></script><![endif]-->
<link rel="shortcut icon" href=data:image/ico,>
<link rel=stylesheet type=text/css href=dip3.css>
<style>
body{counter-reset:h1 7}
-2
View File
@@ -2,8 +2,6 @@
<head>
<meta charset=utf-8>
<title>Your first Python program - Dive into Python 3</title>
<!--[if IE]><script src=html5.js></script><![endif]-->
<link rel="shortcut icon" href=data:image/ico,>
<link rel=stylesheet type=text/css href=dip3.css>
<style>
body{counter-reset:h1 1}