[issue13491] Fixes for sqlite3 doc

2011-12-05 Thread Nebelhom
Nebelhom added the comment: Hi, thanks for your help and support, mate. Unfortunately, no word about the createdb.py business (the last bullet point on the list) and whether it should be referred to in the doc. Should we just drop this from the adjustments? Thanks. Johannes P.S. Any

[issue13491] Fixes for sqlite3 doc

2011-11-30 Thread Nebelhom
Changes by Nebelhom : Added file: http://bugs.python.org/file23823/sqlite_code_update.patch ___ Python tracker <http://bugs.python.org/issue13491> ___ ___ Python-bug

[issue13504] Meta-issue for "Invent with Python" IDLE feedback

2011-11-30 Thread Nebelhom
Changes by Nebelhom : -- nosy: +Nebelhom ___ Python tracker <http://bugs.python.org/issue13504> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue13491] sqlite3 code adjustments

2011-11-27 Thread Nebelhom
New submission from Nebelhom : The code examples for the sqlite3 library were in some cases non-functional. With the help of Petri Lehtinen from core-mentorship, the following fixes are suggested. NOTE: Last issue is not resolved yet, but suggestions have been made. Could you please review

[issue12779] Update packaging documentation

2011-11-19 Thread Nebelhom
Changes by Nebelhom : -- nosy: +Nebelhom ___ Python tracker <http://bugs.python.org/issue12779> ___ ___ Python-bugs-list mailing list Unsubscribe:

[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

[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 unpickli

[issue13416] Python Tutorial, Section 3, Minor PEP 8 adjustment

2011-11-16 Thread Nebelhom
New submission from Nebelhom : Python Tutorial 3.3a 3. An informal introduction to python example: - # this is the first comment SPAM = 1 # and this is the second comment # ... and now a third