From: Martin v. Löwis Date: Sun, 30 Mar 2008 20:21:00 +0000 (+0000) Subject: Merged revisions 62011 via svnmerge from X-Git-Tag: v3.0a4~31 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0311736fc1f4ee6d8cdd90d3276f4462e270f5cd;p=thirdparty%2FPython%2Fcpython.git Merged revisions 62011 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r62011 | gerhard.haering | 2008-03-28 21:08:36 +0100 (Fr, 28 Mär 2008) | 2 lines Update sqlite3 module to match current version of pysqlite. ........ --- diff --git a/Lib/sqlite3/test/userfunctions.py b/Lib/sqlite3/test/userfunctions.py index dc3a709acd09..c16542372711 100644 --- a/Lib/sqlite3/test/userfunctions.py +++ b/Lib/sqlite3/test/userfunctions.py @@ -2,7 +2,7 @@ # pysqlite2/test/userfunctions.py: tests for user-defined functions and # aggregates. # -# Copyright (C) 2005 Gerhard Häring +# Copyright (C) 2005-2007 Gerhard Häring # # This file is part of pysqlite. #