[issue10020] docs for sqlite3 describe functions not available without recompiling

2011-07-03 Thread Senthil Kumaran
Senthil Kumaran added the comment: Fixed the indentation issues. We could not use automatic reST footnotes because two links refer to same footnote, so left it as such. -- ___ Python tracker __

[issue10020] docs for sqlite3 describe functions not available without recompiling

2011-06-27 Thread Éric Araujo
Éric Araujo added the comment: I mean in the two commits. I can check the whole file later (and also use automatic reST footnotes, [#] instead of [#fn1]). -- ___ Python tracker __

[issue10020] docs for sqlite3 describe functions not available without recompiling

2011-06-27 Thread Senthil Kumaran
Senthil Kumaran added the comment: Eric, you mean for the whole of sqlite3 docmentation or the part in the footnote? -- ___ Python tracker ___ _

[issue10020] docs for sqlite3 describe functions not available without recompiling

2011-06-27 Thread Éric Araujo
Éric Araujo added the comment: I just noticed that the blocks in reST should use three-space indent, not two. -- ___ Python tracker ___ _

[issue10020] docs for sqlite3 describe functions not available without recompiling

2011-06-25 Thread Senthil Kumaran
Senthil Kumaran added the comment: Fixed in branch 2.7. Thanks Kristan. Eric, the documentation patch does not apply to 3.1 because those functions are not present in 3.1. -- nosy: +orsenthil status: open -> closed ___ Python tracker

[issue10020] docs for sqlite3 describe functions not available without recompiling

2011-06-25 Thread Roundup Robot
Roundup Robot added the comment: New changeset 804a60029091 by Senthil Kumaran in branch '2.7': Fix Issue10020 - Doc update to sqlite3 module in 2.7 branch. http://hg.python.org/cpython/rev/804a60029091 -- nosy: +python-dev ___ Python tracker

[issue10020] docs for sqlite3 describe functions not available without recompiling

2011-06-25 Thread Éric Araujo
Changes by Éric Araujo : -- versions: -Python 3.1 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.

[issue10020] docs for sqlite3 describe functions not available without recompiling

2011-06-25 Thread Kristian Vlaardingerbroek
Kristian Vlaardingerbroek added the comment: Fixed typo (double and). -- Added file: http://bugs.python.org/file22464/issue10020-python27.patch ___ Python tracker ___ _

[issue10020] docs for sqlite3 describe functions not available without recompiling

2011-06-25 Thread Kristian Vlaardingerbroek
Changes by Kristian Vlaardingerbroek : Removed file: http://bugs.python.org/file22458/issue10020-python27.patch ___ Python tracker ___ ___ Pyt

[issue10020] docs for sqlite3 describe functions not available without recompiling

2011-06-25 Thread Kristian Vlaardingerbroek
Kristian Vlaardingerbroek added the comment: Attached patch for Python 2.7. Since Issue10268 has not been applied to Python 2.7 the sentence "you must modify setup.py and and remove the line that sets SQLITE_OMIT_LOAD_EXTENSION" still applies. -- keywords: +patch nosy: +Kristian.Vl

[issue10020] docs for sqlite3 describe functions not available without recompiling

2010-10-17 Thread Éric Araujo
Éric Araujo added the comment: Has this been fixed in 3.1 and 2.7 too? -- nosy: +eric.araujo ___ Python tracker ___ ___ Python-bugs-l

[issue10020] docs for sqlite3 describe functions not available without recompiling

2010-10-03 Thread Doug Hellmann
Doug Hellmann added the comment: Thanks, Gerhard! -- status: pending -> open ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue10020] docs for sqlite3 describe functions not available without recompiling

2010-10-03 Thread Gerhard Häring
Gerhard Häring added the comment: Fixed in r85208 by adding a note to the docs. -- resolution: -> fixed status: open -> pending ___ Python tracker ___ _

[issue10020] docs for sqlite3 describe functions not available without recompiling

2010-10-03 Thread Gerhard Häring
Gerhard Häring added the comment: Without SQLITE_OMIT_LOAD_EXTENSION, builds will break on Mac OS X 10.5 and 10.6 and maybe other platforms. -- ___ Python tracker ___ _

[issue10020] docs for sqlite3 describe functions not available without recompiling

2010-10-03 Thread Antoine Pitrou
Changes by Antoine Pitrou : -- assignee: d...@python -> ghaering nosy: +ghaering versions: +Python 3.1, Python 3.2 ___ Python tracker ___

[issue10020] docs for sqlite3 describe functions not available without recompiling

2010-10-03 Thread Doug Hellmann
Changes by Doug Hellmann : -- assignee: -> d...@python components: +Documentation nosy: +d...@python ___ Python tracker ___ ___ Pytho

[issue10020] docs for sqlite3 describe functions not available without recompiling

2010-10-03 Thread Doug Hellmann
New submission from Doug Hellmann : The documentation for the sqlite3 module describes enable_load_extension() and load_extension() methods of the Connection object, but those functions are only available if the user has compiled from source *after* modifying the setup.py to turn off SQLITE_OM