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 7760c0c commit 5dd9490Copy full SHA for 5dd9490
Lib/test/test_dbm_sqlite3.py
@@ -125,7 +125,7 @@ def test_readonly_dir_write(self):
125
with dbm_sqlite3.open(self.db_path, "w") as db:
126
try:
127
db[b"newkey"] = b"newvalue"
128
- modified = True
+ modified = True # on Windows and macOS
129
except dbm_sqlite3.error:
130
modified = False
131
with dbm_sqlite3.open(self.db_path, "r") as db:
0 commit comments