This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author serhiy.storchaka
Recipients serhiy.storchaka
Date 2018-06-03.12:50:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1528030226.3.0.592728768989.issue33752@psf.upfronthosting.co.za>
In-reply-to
Content
$ ./python -m test -v -m test_anydbm_creation_n_file_exists_with_invalid_contents test_dbm
...
test_anydbm_creation_n_file_exists_with_invalid_contents (test.test_dbm.TestCase-dbm.gnu) ... ok
test_anydbm_creation_n_file_exists_with_invalid_contents (test.test_dbm.TestCase-dbm.ndbm) ... ok
test_anydbm_creation_n_file_exists_with_invalid_contents (test.test_dbm.TestCase-dbm.dumb) ... ok

----------------------------------------------------------------------
Ran 3 tests in 0.011s

OK
Warning -- files was modified by test_dbm
  Before: []
  After:  ['@test_17166_tmp.dir'] 
test_dbm failed (env changed)
History
Date User Action Args
2018-06-03 12:50:26serhiy.storchakasetrecipients: + serhiy.storchaka
2018-06-03 12:50:26serhiy.storchakasetmessageid: <1528030226.3.0.592728768989.issue33752@psf.upfronthosting.co.za>
2018-06-03 12:50:26serhiy.storchakalinkissue33752 messages
2018-06-03 12:50:26serhiy.storchakacreate