mirror of
https://github.com/kennethreitz/dive-into-python3.git
synced 2026-06-05 23:10:17 +00:00
bunch of minor changes for first content push
--HG-- rename : dip2.html => dip2
This commit is contained in:
@@ -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">© 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>
|
||||
|
||||
Reference in New Issue
Block a user