Merged revisions 80349 via svnmerge from
commit5182947f8f811e79d9a87a7d34e6633c57203656
authorvictor.stinner <victor.stinner@6015fed2-1504-0410-9fe1-9d1591cc4771>
Thu, 22 Apr 2010 11:24:50 +0000 (22 11:24 +0000)
committervictor.stinner <victor.stinner@6015fed2-1504-0410-9fe1-9d1591cc4771>
Thu, 22 Apr 2010 11:24:50 +0000 (22 11:24 +0000)
treecd18d17dc989e5413673691b1c96669228c8ea61
parent5940a41d48306090897dd55509c39d88935242fb
Merged revisions 80349 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r80349 | victor.stinner | 2010-04-22 13:23:23 +0200 (jeu., 22 avril 2010) | 3 lines

  Issue #8195: Fix a crash in sqlite Connection.create_collation() if the
  collation name contains a surrogate character.
........

git-svn-id: http://svn.python.org/projects/python/branches/release31-maint@80351 6015fed2-1504-0410-9fe1-9d1591cc4771
Lib/sqlite3/test/regression.py
Misc/NEWS
Modules/_sqlite/connection.c