This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author poq
Recipients poq
Date 2012-01-11.20:33:17
SpamBayes Score 0.0009280945
Marked as misclassified No
Message-id <1326313998.63.0.583537561643.issue13773@psf.upfronthosting.co.za>
In-reply-to
Content
URIs are an extensible way to pass options to SQLite. See:
http://www.sqlite.org/uri.html

Patch adds a keyword argument "uri" to sqlite3.connect which causes the filename to be parsed as a URI if set to True.
History
Date User Action Args
2012-01-11 20:33:18poqsetrecipients: + poq
2012-01-11 20:33:18poqsetmessageid: <1326313998.63.0.583537561643.issue13773@psf.upfronthosting.co.za>
2012-01-11 20:33:18poqlinkissue13773 messages
2012-01-11 20:33:17poqcreate