]> granicus.if.org Git - python/commitdiff
Update SQLite version requirement.
authorGeorg Brandl <georg@python.org>
Sat, 1 Apr 2006 08:59:03 +0000 (08:59 +0000)
committerGeorg Brandl <georg@python.org>
Sat, 1 Apr 2006 08:59:03 +0000 (08:59 +0000)
Misc/NEWS

index 260d38f18b22c6b074323bbdce3b9f46ab192ff3..b6da97f7ca8d8e370c67ad81fefe28f3a6640d31 100644 (file)
--- 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.