[issue20278] Wrong URL to the pysqlite web page

2014-01-16 Thread Benjamin Peterson
Benjamin Peterson added the comment: Done. Of course, the Python version of sqlite hasn't been updated in ages (and has probably diverged!), so it might not be that relevant anymore. -- nosy: +benjamin.peterson ___ Python tracker

[issue20278] Wrong URL to the pysqlite web page

2014-01-16 Thread Roundup Robot
Roundup Robot added the comment: New changeset b73b35d1c58d by Benjamin Peterson in branch '3.3': update pysqlite website (closes #20278) http://hg.python.org/cpython/rev/b73b35d1c58d New changeset 40289a03569f by Benjamin Peterson in branch '2.7': update pysqlite website (closes #20278) http://

[issue20278] Wrong URL to the pysqlite web page

2014-01-16 Thread Richard Philips
New submission from Richard Philips: The reference to the pysqlite web page on: http://docs.python.org/3.4/library/sqlite3.html should be: https://github.com/ghaering/pysqlite -- assignee: docs@python components: Documentation messages: 208261 nosy: Richard.Philips, docs@pytho