Skip to content

Commit d9a099c

Browse files
authored
slight tweak
1 parent 767c8b0 commit d9a099c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Lib/test/test_dbm_sqlite3.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
from test.support import cpython_only, import_helper, os_helper
88

99
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.
10+
# N.B. The test will fail on some platforms without sqlite3
11+
# if the sqlite3 import is above the import of dbm.sqlite3.
1112
# This is deliberate: if the import helper managed to import dbm.sqlite3,
1213
# we must inevitably be able to import sqlite3. Else, we have a problem.
1314
import sqlite3

0 commit comments

Comments
 (0)