summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2006-04-01 08:59:03 (GMT)
committerGeorg Brandl <georg@python.org>2006-04-01 08:59:03 (GMT)
commit828fdefd920ff095f998af43fd1c5ada1cf13fa3 (patch)
treed7701b12f8f06cae14cc5026ba4e81683373272a /Misc
parent28161e2465a7bbf3cf93976311a8ba2cd5c9f1bb (diff)
downloadcpython-828fdefd920ff095f998af43fd1c5ada1cf13fa3.zip
cpython-828fdefd920ff095f998af43fd1c5ada1cf13fa3.tar.gz
cpython-828fdefd920ff095f998af43fd1c5ada1cf13fa3.tar.bz2
Update SQLite version requirement.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 260d38f..b6da97f 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.