Quote:
Originally Posted by PeterT
The pickle module implements a fundamental, but powerful algorithm for serializing and de-serializing a Python object structure. “Pickling” is the process whereby a Python object hierarchy is converted into a byte stream, and “unpickling” is the inverse operation, whereby a byte stream is converted back into an object hierarchy. Pickling (and unpickling) is alternatively known as “serialization”, “marshalling,” [1] or “flattening”, however, to avoid confusion, the terms used here are “pickling” and “unpickling”.
|
Thank you, I wont pretend to understand that. Ok, So why has this popped up? I assume its a background thing. Just not sure why its shown up now? is it something to do with an error or anything else that I need to be concerned about? Because I have never seen this before and it was there in a window so just curious