mirror of
https://github.com/kennethreitz/dive-into-python3.git
synced 2026-06-05 15:00:18 +00:00
mostly gibberish
This commit is contained in:
+1
-1
@@ -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’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’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’s mostly gibberish.
|
||||
|
||||
<pre class=screen>
|
||||
<samp class=p>you@localhost:~/diveintopython3/examples$ </samp><kbd>ls -l entry.pickle</kbd>
|
||||
|
||||
Reference in New Issue
Block a user