Changes between Initial Version and Version 1 of Ticket #15802, comment 21
- Timestamp:
- Mar 3, 2012, 7:13:39 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #15802, comment 21
initial v1 4 4 5 5 I've tried to do that: close() should be idempotent. But the reference DBAPI test suite fails as it explicitly check that the second close() raises an exception. I've discussed about the problem in the DBSIG <http://mail.python.org/pipermail/db-sig/2011-October/005811.html>, but never got to the point to fix the test suite. I should really write to Stuart Bishop about that. 6 7 edit: done: http://code.google.com/p/acute-dbapi/issues/detail?id=3