Berker Peksag <berker.pek...@gmail.com> added the comment:

Just to be sure, what do you want to do is

    import sqlite3

    conn = sqlite3.connect("foo.db")

    assert conn.database_path == "foo.db"

right?

I don't think that's something worth to expose in the Connection object. What's 
your use case?

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue35272>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to