[issue13426] The Python Standard Library >> 11. Data Persistence

2011-11-18 Thread Nebelhom
Nebelhom added the comment: Hi Ezio, "Regarding the output, I don't think is necessary to add it." I left it in because of a discussion in core-mentorship, where they mentioned that it would be beneficial to have it in. I pasted the exchange below if you are interested. Thanks for looking at

[issue13426] The Python Standard Library >> 11. Data Persistence

2011-11-18 Thread Ezio Melotti
Ezio Melotti added the comment: This is fixed now, thanks for the report! Regarding #4, sqlite3 is included in the official installer provided for Windows, so that shouldn't be a problem. Regarding the output, I don't think is necessary to add it. The example is fairly complex, so people that n

[issue13426] The Python Standard Library >> 11. Data Persistence

2011-11-18 Thread Roundup Robot
Roundup Robot added the comment: New changeset ce34e9223450 by Ezio Melotti in branch '2.7': #13426: fix typo in pickle doc. http://hg.python.org/cpython/rev/ce34e9223450 New changeset 1f31061afdaf by Ezio Melotti in branch '3.2': #13426: fix typos in pickle doc. http://hg.python.org/cpython/re

[issue13426] The Python Standard Library >> 11. Data Persistence

2011-11-18 Thread Nebelhom
New submission from Nebelhom : -- Python v3.3a0 documentation >> The Python Standard Library >> 11. Data Persistence Section 11.1 pickle module #1 11.1.3. Module Interface exception pickle.UnpicklingError Error raised when there a problem unpickling an object, s