From 7407a41b0752d62e3c9a33ced402b204ca70bf8e Mon Sep 17 00:00:00 2001 From: Mark Pilgrim Date: Mon, 20 Sep 2010 10:46:37 -0400 Subject: [PATCH] mostly gibberish --- serializing.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/serializing.html b/serializing.html index 1b98b26..cc37a6a 100644 --- a/serializing.html +++ b/serializing.html @@ -201,7 +201,7 @@

Bytes and Strings Rear Their Ugly Heads Again

Debugging Pickle Files

-

What does the pickle protocol look like? Let’s jump out of the Python Shell for a moment and take a look at that entry.pickle file we created. +

What does the pickle protocol look like? Let’s jump out of the Python Shell for a moment and take a look at that entry.pickle file we created. To the naked eye, it’s mostly gibberish.

 you@localhost:~/diveintopython3/examples$ ls -l entry.pickle