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 flox
Recipients antlong, flox
Date 2010-08-13.18:08:56
SpamBayes Score 0.00033857842
Marked as misclassified No
Message-id <1281722938.74.0.69479386234.issue9590@psf.upfronthosting.co.za>
In-reply-to
Content
Definitely it does not look like a bug.

>>> import unittest
>>> help(unittest.TestCase)

...

 |  If it is necessary to override the __init__ method, the base class
 |  __init__ method must always be called. It is important that subclasses
 |  should not change the signature of their __init__ method, since instances
 |  of the classes are instantiated automatically by parts of the framework
 |  in order to be run.

...
History
Date User Action Args
2010-08-13 18:08:59floxsetrecipients: + flox, antlong
2010-08-13 18:08:58floxsetmessageid: <1281722938.74.0.69479386234.issue9590@psf.upfronthosting.co.za>
2010-08-13 18:08:57floxlinkissue9590 messages
2010-08-13 18:08:56floxcreate