deprecated-argument / W4903#

Message emitted:

Using deprecated argument %s of method %s()

Description:

The argument is marked as deprecated and will be removed in the future.

Correct code:

# This is a placeholder for correct code for this message.

Additional details:

The actual replacement need to be studied on a case by case basis by reading the deprecation warning or the release notes.

Created by the stdlib checker.