On 24 March 2014 17:06, Andreas Maier <[email protected]> wrote: > Hi, > the following file misses to produce W0613 (unused argument) for the three > exc_* arguments of member function __exit__():
For me, this is a feature! Python force you to define the __exit__ method with those arguments and is not the user who defines method with extra / unused arguments. In many cased I don't use the exit arguments and they I would have to add fake references to those arguments to comply with pylint new warnings. -- Adi Roiban _______________________________________________ code-quality mailing list [email protected] https://mail.python.org/mailman/listinfo/code-quality
