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 jafo, serhiy.storchaka
Date 2017-09-29.09:04:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1506675851.3.0.213398074469.issue31633@psf.upfronthosting.co.za>
In-reply-to
Content
$ ./python -m test -vuall test_crypt
...
======================================================================
FAIL: test_methods (test.test_crypt.CryptTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/serhiy/py/cpython3.7/Lib/test/test_crypt.py", line 29, in test_methods
    self.assertTrue(len(crypt.methods) >= 1)
AssertionError: False is not true

----------------------------------------------------------------------

crypt.methods is an empty list.
History
Date User Action Args
2017-09-29 09:04:11serhiy.storchakasetrecipients: + serhiy.storchaka, jafo
2017-09-29 09:04:11serhiy.storchakasetmessageid: <1506675851.3.0.213398074469.issue31633@psf.upfronthosting.co.za>
2017-09-29 09:04:11serhiy.storchakalinkissue31633 messages
2017-09-29 09:04:11serhiy.storchakacreate