Pylint Developers-<br>    I was today alerted of a false positive of the suspicious lambda checker. I had originally written the checker to check that when the lambda includes *args and **kwargs, the call does as well, but I had forgotten to check that when the lambda excludes *args and **kwargs that the call is also without them.<br>
    The attached patch fixes this and extends the functional test to cover these cases. Please review it and, if you like it, include it in pylint.<br clear="all">    Thanks,<br>-Nathaniel<br><br>