diff options
Diffstat (limited to 'doc/whatsnew/2.5.rst')
-rw-r--r-- | doc/whatsnew/2.5.rst | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/whatsnew/2.5.rst b/doc/whatsnew/2.5.rst index 178b8c34b..35ffbbdcc 100644 --- a/doc/whatsnew/2.5.rst +++ b/doc/whatsnew/2.5.rst @@ -92,3 +92,11 @@ Other Changes This command lists all extensions present in ``pylint.extensions``. * Various false positives have been fixed which you can read more about in the Changelog files. + +* Multiple types of string formatting are allowed in logging functions. + +The `logging-fstring-interpolation` message has been brought back to allow +multiple types of string formatting to be used. +The type of formatting to use is chosen through enabling and disabling messages +rather than through the logging-format-style option. +The fstr value of the logging-format-style option is not valid. |