Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitd9a099c

Browse files
authored
slight tweak
1 parent767c8b0 commitd9a099c

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
fromtest.supportimportcpython_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
importsqlite3

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp