We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 767c8b0 commit d9a099cCopy full SHA for d9a099c
Lib/test/test_dbm_sqlite3.py
@@ -7,7 +7,8 @@
7
from test.support import cpython_only, import_helper, os_helper
8
9
dbm_sqlite3 = import_helper.import_module("dbm.sqlite3")
10
-# N.B. The test will fail if the sqlite3 import is above the import of dbm.sqlite3.
+# N.B. The test will fail on some platforms without sqlite3
11
+# if the sqlite3 import is above the import of dbm.sqlite3.
12
# This is deliberate: if the import helper managed to import dbm.sqlite3,
13
# we must inevitably be able to import sqlite3. Else, we have a problem.
14
import sqlite3
0 commit comments