build fiddling

This commit is contained in:
Mark Pilgrim
2009-06-09 13:07:05 -04:00
parent c6cb3c5db0
commit 8357efb7ad
3 changed files with 12 additions and 2 deletions
+1 -1
View File
@@ -209,7 +209,7 @@ Cache-Control: max-age=31536000, public</samp></pre>
<h2 id=whats-on-the-wire>What&#8217;s On The Wire?</h2>
<p>To see why this is inefficient and rude, let&#8217;s turn on the debugging features of Python&#8217;s <abbr>HTTP</abbr> library and see what&#8217;s being sent &#8220;on the wire.&#8221;
<p>To see why this is inefficient and rude, let&#8217;s turn on the debugging features of Python&#8217;s <abbr>HTTP</abbr> library and see what&#8217;s being sent &#8220;on the wire&#8221; (<i>i.e.</i> over the network).
<pre class=screen>
<samp class=p>>>> </samp><kbd class=pp>from http.client import HTTPConnection</kbd>