mostly gibberish

This commit is contained in:
Mark Pilgrim
2010-09-20 10:46:37 -04:00
parent 7bafb544a3
commit 7407a41b07
+1 -1
View File
@@ -201,7 +201,7 @@ NameError: name 'entry' is not defined</samp>
<h2 id=debugging>Debugging Pickle Files</h2>
<p>What does the pickle protocol look like? Let&#8217;s jump out of the Python Shell for a moment and take a look at that <code>entry.pickle</code> file we created.
<p>What does the pickle protocol look like? Let&#8217;s jump out of the Python Shell for a moment and take a look at that <code>entry.pickle</code> file we created. To the naked eye, it&#8217;s mostly gibberish.
<pre class=screen>
<samp class=p>you@localhost:~/diveintopython3/examples$ </samp><kbd>ls -l entry.pickle</kbd>