[issue8811] fixing sqlite3 docs for py3k

2010-10-17 Thread Georg Brandl
Georg Brandl added the comment: This was mostly fixed already, committed rest in r85611. -- resolution: -> fixed status: open -> closed ___ Python tracker ___ __

[issue8811] fixing sqlite3 docs for py3k

2010-05-29 Thread Georg Brandl
Georg Brandl added the comment: Well, if I try applying your patch to 3.1 it fails. It would be nice to have one that applies flawlessly :) -- ___ Python tracker ___ __

[issue8811] fixing sqlite3 docs for py3k

2010-05-26 Thread Shashwat Anand
Changes by Shashwat Anand : -- nosy: +r.david.murray ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail

[issue8811] fixing sqlite3 docs for py3k

2010-05-24 Thread Shashwat Anand
Shashwat Anand added the comment: ok, I think a few example codes are wrongly mentioned as if it were 2.x docs, however those examples at http://docs.python.org/dev/py3k/library/sqlite3 works correctly. Do by 'mostly', do you mean I should submit another patch with only those wrong examples r

[issue8811] fixing sqlite3 docs for py3k

2010-05-24 Thread Georg Brandl
Georg Brandl added the comment: Hmm, the patch mostly doesn't apply for me on the 3.1 branch. (Note that 3.0 docs aren't maintained anymore, just like 3.0 itself.) -- ___ Python tracker __

[issue8811] fixing sqlite3 docs for py3k

2010-05-24 Thread Ezio Melotti
Changes by Ezio Melotti : -- nosy: +ezio.melotti ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.pyt

[issue8811] fixing sqlite3 docs for py3k

2010-05-24 Thread Shashwat Anand
New submission from Shashwat Anand : The docs of sqlite3 for python 3.0 and 3.1 seems to be written for python 2.6 and hence wrong at many places. like, >>> for member in r: print member However the docs for sqlite3 in py3k trunk seems fine. The sqlite3 doc in py3k trunk should be used in th