]> granicus.if.org Git - python/commit
Issue #20274: When calling a _sqlite.Connection, it now complains if passed
authorLarry Hastings <larry@hastings.org>
Fri, 8 May 2015 14:45:10 +0000 (07:45 -0700)
committerLarry Hastings <larry@hastings.org>
Fri, 8 May 2015 14:45:10 +0000 (07:45 -0700)
commit3b12e957a70b52d7a7123298a1a0a27fccf392da
tree19fb0b80e6186b8cdea76f1ae15ba188a7806e6d
parent809325459750897bedd393893869a076fa6655a6
parent01b08836021809de5423410f606495a2551f2aef
Issue #20274: When calling a _sqlite.Connection, it now complains if passed
any keyword arguments.  Previously it silently ignored them.

Also: merge related change from 3.4, also reported on Issue #20274.
Misc/NEWS
Modules/_sqlite/connection.c