mirror of
https://github.com/kennethreitz/dive-into-python3.git
synced 2026-06-05 23:10:17 +00:00
work on filter() section
This commit is contained in:
@@ -9,6 +9,7 @@
|
||||
<h1>Case study: porting chardet to Python 3</h1>
|
||||
|
||||
<ol class="toc">
|
||||
<li><a href="#divingin">Diving in</a></li>
|
||||
<li><a href="#running2to3">Running <code class="filename">2to3</code></a></li>
|
||||
<li><a href="#falseisinvalidsyntax"><code>False</code> is invalid syntax</a></li>
|
||||
<li><a href="#nomodulenamedconstants">No module named <code class="filename">constants</code></a></li>
|
||||
@@ -17,6 +18,16 @@
|
||||
<li><a href="#cantconvertbytesobject">Can't convert '<code>bytes</code>' object to <code>str</code> implicitly</a></li>
|
||||
</ol>
|
||||
|
||||
<section id="divingin">
|
||||
|
||||
<h2>Diving in</h2>
|
||||
|
||||
<p class="fancy">FIXME intro</p>
|
||||
|
||||
<p>...</p>
|
||||
|
||||
</section>
|
||||
|
||||
<section id="running2to3">
|
||||
|
||||
<h2>Running <code class="filename">2to3</code></h2>
|
||||
|
||||
@@ -18,8 +18,8 @@ img{border:0}
|
||||
pre,blockquote{line-height:2.154;margin:2.154em 0;padding:0 0 0 2.154em;border-left:1px dotted}
|
||||
blockquote{font-size:small;font-style:oblique;margin-left:2.154em}
|
||||
blockquote p{margin:2.154em 0}
|
||||
.f,.c{text-align:center;clear:both}
|
||||
section h2 + p:first-letter{float:left;background:transparent;color:gainsboro;padding:0.11em 4px 0 0;font:normal 4em/0.68 serif}
|
||||
.c{text-align:center;clear:both;font-size:small}
|
||||
p.fancy:first-letter{float:left;background:transparent;color:gainsboro;padding:0.11em 4px 0 0;font:normal 4em/0.68 serif}
|
||||
#arc{width:100%,border-collapse:collapse}
|
||||
#arc th,#arc td{list-style:none;margin:0;padding:0}
|
||||
#arc th{padding:0 1.75em 0 0;text-align:right;vertical-align:baseline}
|
||||
|
||||
@@ -846,6 +846,7 @@
|
||||
</section>
|
||||
|
||||
<footer>
|
||||
<p class="c">This site is optimized for Lynx just because fuck you.<br>I'm told it also looks good in graphical browsers.</p>
|
||||
<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>
|
||||
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user