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 fdrake
Recipients
Date 2002-03-12.21:33:21
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
The test suite fails for pyclbr; it looks like Jeremy's
changes for the test need to be back-ported (rev. 1.7),
since the httplib module that it relies on has changed.

test test_pyclbr failed -- Traceback (most recent call
last):
  File "../Lib/test/test_pyclbr.py", line 142, in
test_others
    cm('httplib', ignore=('error',    # set with =
  File "../Lib/test/test_pyclbr.py", line 66, in
checkModule
    self.assertHasattr(module, name, ignore)
  File "../Lib/test/test_pyclbr.py", line 36, in
assertHasattr
    self.failUnless(hasattr(obj, attr))
  File
"/home/fdrake/projects/python22-maint/Lib/unittest.py",
line 262, in failUnless
    if not expr: raise self.failureException, msg
AssertionError

History
Date User Action Args
2007-08-23 13:59:47adminlinkissue529132 messages
2007-08-23 13:59:47admincreate