Branch: refs/heads/master Home: https://github.com/python/cpython Commit: 4a926caf8e5fd8af771b2c34bfb6e91c732331fe https://github.com/python/cpython/commit/4a926caf8e5fd8af771b2c34bfb6e91c732331fe Author: Berker Peksag <berker.peksag at gmail.com> Date: 2017年02月26日 (2017年2月26日) Changed paths: M Lib/sqlite3/test/transactions.py M Misc/NEWS M Modules/_sqlite/cursor.c M Modules/_sqlite/statement.c M Modules/_sqlite/statement.h Log Message: ----------- bpo-28518: Start a transaction implicitly before a DML statement (#245) Patch by Aviv Palivoda.