[issue1536] pickle's documentation is severely outdated

2010-06-28 Thread Alexandre Vassalotti
Alexandre Vassalotti added the comment: The new documentation for pickle in Python 3 fixes this. I still believe we should outline the differences between pickle.py and cPickle. But at this point, it's unlikely I will put the time to do it. Feel free to open a new issue if you want this to be

[issue1536] pickle's documentation is severely outdated

2009-02-12 Thread Daniel Diniz
Changes by Daniel Diniz : -- stage: -> needs patch type: -> behavior ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubsc

[issue1536] pickle's documentation is severely outdated

2007-12-01 Thread Alexandre Vassalotti
Alexandre Vassalotti added the comment: [I just realized that dependencies in the tracker should go the other way around.] -- dependencies: +Update pickle docs to describe format of persistent IDs, cPickle not always same as pickle __ Tracker <[EMAIL PRO

[issue1536] pickle's documentation is severely outdated

2007-12-01 Thread Alexandre Vassalotti
New submission from Alexandre Vassalotti: The current documentation for the pickle module (and related modules) is outdated and should be updated. For example, the section "Pickling and unpickling extension types" [1] is not only confusing, but outright wrong. For Python 2.6, the documentation of