mirror of
https://github.com/kennethreitz/dive-into-python3.git
synced 2026-06-05 23:10:17 +00:00
finished 2to3 chapter
This commit is contained in:
+9
-5
@@ -282,9 +282,10 @@ h3{margin-left:3.5em}
|
||||
<li><a href="porting-code-to-python-3-with-2to3.html#exec"><code>exec</code> statement</a>
|
||||
<li><a href="porting-code-to-python-3-with-2to3.html#execfile"><code>execfile</code> statement</a> (3.1+)
|
||||
<li><a href="porting-code-to-python-3-with-2to3.html#repr"><code>repr</code> literals (backticks)</a>
|
||||
<li><a href="porting-code-to-python-3-with-2to3.html#exceptions">Exceptions</a>
|
||||
<li><a href="porting-code-to-python-3-with-2to3.html#except"><code>try...except</code> statement</a>
|
||||
<li><a href="porting-code-to-python-3-with-2to3.html#raise"><code>raise</code> statement</a>
|
||||
<li><a href="porting-code-to-python-3-with-2to3.html#throw"><code>throw</code> statement</a>
|
||||
<li><a href="porting-code-to-python-3-with-2to3.html#throw"><code>throw</code> method on generators</a>
|
||||
<li><a href="porting-code-to-python-3-with-2to3.html#xrange"><code>xrange()</code> global function</a>
|
||||
<li><a href="porting-code-to-python-3-with-2to3.html#raw_input"><code>raw_input()</code> and <code>input()</code> global functions</a>
|
||||
<li><a href="porting-code-to-python-3-with-2to3.html#funcattrs"><code>func_*</code> function attributes</a>
|
||||
@@ -305,10 +306,13 @@ h3{margin-left:3.5em}
|
||||
<li><a href="porting-code-to-python-3-with-2to3.html#paren">List comprehensions over tuples</a>
|
||||
<li><a href="porting-code-to-python-3-with-2to3.html#getcwdu"><code>os.getcwdu()</code> function</a>
|
||||
<li><a href="porting-code-to-python-3-with-2to3.html#metaclass">Metaclasses</a>
|
||||
<li><a href="porting-code-to-python-3-with-2to3.html#set_literal"><code>set()</code> literals</a> (explicit)
|
||||
<li><a href="porting-code-to-python-3-with-2to3.html#buffer"><code>buffer()</code> global function</a> (explicit)
|
||||
<li><a href="porting-code-to-python-3-with-2to3.html#wscomma">Whitespace around commas</a> (explicit)
|
||||
<li><a href="porting-code-to-python-3-with-2to3.html#idioms">Common idioms</a> (explicit)
|
||||
<li><a href="porting-code-to-python-3-with-2to3.html#nitpick">Matters of style</a>
|
||||
<ol>
|
||||
<li><a href="porting-code-to-python-3-with-2to3.html#set_literal"><code>set()</code> literals</a>
|
||||
<li><a href="porting-code-to-python-3-with-2to3.html#buffer"><code>buffer()</code> global function</a>
|
||||
<li><a href="porting-code-to-python-3-with-2to3.html#wscomma">Whitespace around commas</a>
|
||||
<li><a href="porting-code-to-python-3-with-2to3.html#idioms">Common idioms</a>
|
||||
</ol>
|
||||
</ol>
|
||||
</div>
|
||||
<p class="c">This site is optimized for Lynx just because fuck you.<br>I’m told it also looks good in graphical browsers.
|
||||
|
||||
Reference in New Issue
Block a user