Changes between Initial Version and Version 1 of Ticket #18260, comment 4


Ignore:
Timestamp:
Jul 19, 2012, 10:10:28 AM (12 years ago)
Author:
Simon Charette

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #18260, comment 4

    initial v1  
    11You can drop the `u':'` at line 27 since your using module wide unicode literals: `from __future__ import unicode_literals`.
    22
    3 Maybe we should add a release note for that? Running the full test suite against the patch ATM.
     3Maybe we should add a release note for that? All tests pass on Python 2.7.3rc1 sqlite3.
Back to Top