2013/3/9 Greg Ewing <span dir="ltr"><<a href="mailto:greg.ewing@canterbury.ac.nz" target="_blank">greg.ewing@canterbury.ac.nz</a>></span><br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="im">Eric V. Smith wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
It's client/server: do we really need<br>
to include the server in order to supply the client? We include nntplib,<br>
with no server. We include webbrowser, but no web browser. imaplib, but<br>
no imap server. Etc.<br>
</blockquote>
<br></div>
Those client modules are self-contained, though. Database<br>
client modules usually rely on a C component that comes<br>
with the database and gets updated on the database's<br>
release schedule rather than Python's.</blockquote></div><br>Not with <span style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:12.800000190734863px;background-color:rgb(255,255,255)">PyMySQL which directly implements the MySQL protocol,</span><div>
<font color="#222222" face="arial, sans-serif">on top of socket and ssl modules.</font></div><div><font color="#222222" face="arial, sans-serif">Not as nice a an official C API, though.<br clear="all"></font><div><br></div>
-- <br>Amaury Forgeot d'Arc
</div>