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
Changes by Nebelhom :
Added file: http://bugs.python.org/file23823/sqlite_code_update.patch
___
Python tracker
<http://bugs.python.org/issue13491>
___
___
Python-bug
Changes by Nebelhom :
--
nosy: +Nebelhom
___
Python tracker
<http://bugs.python.org/issue13504>
___
___
Python-bugs-list mailing list
Unsubscribe:
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
Changes by Nebelhom :
--
nosy: +Nebelhom
___
Python tracker
<http://bugs.python.org/issue12779>
___
___
Python-bugs-list mailing list
Unsubscribe:
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
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
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