From 828fdefd920ff095f998af43fd1c5ada1cf13fa3 Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Sat, 1 Apr 2006 08:59:03 +0000 Subject: [PATCH] Update SQLite version requirement. --- Misc/NEWS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Misc/NEWS b/Misc/NEWS index 260d38f18b..b6da97f7ca 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -493,7 +493,7 @@ Library in attribute values. - Added the sqlite3 package. This is based on pysqlite2.1.3, and provides - a DB-API interface in the standard library. You'll need sqlite 3.2.2 or + a DB-API interface in the standard library. You'll need sqlite 3.0.8 or later to build this - if you have an earlier version, the C extension module will not be built. -- 2.40.0