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 vstinner
Recipients python-dev, rpointel, vstinner
Date 2015-10-09.07:23:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1444375407.69.0.166295377635.issue25287@psf.upfronthosting.co.za>
In-reply-to
Content
Hum, the test now fails differently :-(

======================================================================
FAIL: test_methods (test.test_crypt.CryptTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/python-builds/3.x.borja-openbsd-x86/build/Lib/test/test_crypt.py", line 29, in test_methods
    self.assertTrue(len(crypt.methods) >= 1)
AssertionError: False is not true
History
Date User Action Args
2015-10-09 07:23:27vstinnersetrecipients: + vstinner, python-dev, rpointel
2015-10-09 07:23:27vstinnersetmessageid: <1444375407.69.0.166295377635.issue25287@psf.upfronthosting.co.za>
2015-10-09 07:23:27vstinnerlinkissue25287 messages
2015-10-09 07:23:27vstinnercreate