Message151962
| Author |
skrah |
| Recipients |
skrah |
| Date |
2012年01月25日.18:43:36 |
| SpamBayes Score |
3.37844e-05 |
| Marked as misclassified |
No |
| Message-id |
<1327517017.59.0.678002352905.issue13861@psf.upfronthosting.co.za> |
| In-reply-to |
| Content |
test_pydoc fails on Ubuntu Lucid:
======================================================================
FAIL: test_apropos_with_bad_package (test.test_pydoc.PydocImportTest)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/stefan/pydev/cpython/Lib/test/test_pydoc.py", line 409, in test_apropos_with_bad_package
self.assertEqual(b'', result)
AssertionError: b'' != b'Crypto.Protocol.AllOrNothing - This file implements all-or-nothing package transformations.\nCrypto.SelfTest.Protocol.test_AllOrNothing'
======================================================================
FAIL: test_apropos_with_unreadable_dir (test.test_pydoc.PydocImportTest)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/stefan/pydev/cpython/Lib/test/test_pydoc.py", line 419, in test_apropos_with_unreadable_dir
self.assertEqual(b'', result)
AssertionError: b'' != b'Crypto.Protocol.AllOrNothing - This file implements all-or-nothing package transformations.\nCrypto.SelfTest.Protocol.test_AllOrNothing'
---------------------------------------------------------------------- |
|
History
|
|---|
| Date |
User |
Action |
Args |
| 2012年01月25日 18:43:37 | skrah | set | recipients:
+ skrah |
| 2012年01月25日 18:43:37 | skrah | set | messageid: <1327517017.59.0.678002352905.issue13861@psf.upfronthosting.co.za> |
| 2012年01月25日 18:43:37 | skrah | link | issue13861 messages |
| 2012年01月25日 18:43:36 | skrah | create |
|