bunch of minor changes for first content push

--HG--
rename : dip2.html => dip2
This commit is contained in:
Mark Pilgrim
2009-01-28 00:07:18 -05:00
parent 45d817b0f8
commit 725b4dba86
6 changed files with 57 additions and 15 deletions
@@ -4,6 +4,9 @@
<meta charset="utf-8">
<title>Case study: porting chardet to Python 3 - Dive into Python 3</title>
<link rel="stylesheet" type="text/css" href="dip3.css">
<style type="text/css">
body{counter-reset:h1 20}
</style>
</head>
<body>
<h1>Case study: porting chardet to Python 3</h1>
@@ -724,5 +727,10 @@ TypeError: Can't convert 'bytes' object to str implicitly</samp></pre>
<p id="skipcantconvertbytesobject">...</p>
</section>
<footer>
<p class="c">&copy; 2001-4, 2009 Mark Pilgrim, <a rel="license" href="http://creativecommons.org/licenses/by/3.0/">CC-BY-3.0</a></p>
</footer>
</body>
</html>