Changes between Initial Version and Version 1 of Ticket #18260, comment 4
- Timestamp:
- Jul 19, 2012, 10:10:28 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #18260, comment 4
initial v1 1 1 You can drop the `u':'` at line 27 since your using module wide unicode literals: `from __future__ import unicode_literals`. 2 2 3 Maybe we should add a release note for that? Running the full test suite against the patch ATM.3 Maybe we should add a release note for that? All tests pass on Python 2.7.3rc1 sqlite3.