"Gizmo" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
| Hello
| I am a relative newcomer to Python, and I am studying it to understand
its
| design. It intrigues me.
| I recently studied Serialization of classes via the pickle/cPickle
library,
| and I have a question.
|
| Why is S
Gizmo wrote:
> Hello
> I am a relative newcomer to Python, and I am studying it to understand
> its design. It intrigues me.
> I recently studied Serialization of classes via the pickle/cPickle
> library, and I have a question.
>
> Why is Serialization handled by a separate library (ie, pickle).
Gizmo wrote:
> Hello
> I am a relative newcomer to Python, and I am studying it to understand
> its design. It intrigues me.
> I recently studied Serialization of classes via the pickle/cPickle
> library, and I have a question.
>
> Why is Serialization handled by a separate library (ie, pickle). I
Hello
I am a relative newcomer to Python, and I am studying it to understand its
design. It intrigues me.
I recently studied Serialization of classes via the pickle/cPickle library,
and I have a question.
Why is Serialization handled by a separate library (ie, pickle). Is it
possible, by design,