mirror of
https://github.com/kennethreitz/dive-into-python3.git
synced 2026-06-05 23:10:17 +00:00
css fiddling
This commit is contained in:
@@ -288,7 +288,7 @@ import whichdb</code></pre>
|
||||
<th>Python 2
|
||||
<th>Python 3
|
||||
<tr><th>
|
||||
<td><code class=pp>import <dfn>xmlrpclib</dfm></code>
|
||||
<td><code class=pp>import <dfn>xmlrpclib</dfn></code>
|
||||
<td><code class=pp>import xmlrpc.client</code>
|
||||
<tr><th>
|
||||
<td><pre><code class=pp>import <dfn>DocXMLRPCServer</dfn>
|
||||
|
||||
Reference in New Issue
Block a user