Skip to content

[doc] Fix missing spaces in 2.13's whatsnew #8519

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 31, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions doc/whatsnew/2/2.13/summary.rst
Original file line number Diff line number Diff line change
Expand Up @@ -295,13 +295,13 @@ Other Changes
the class itself.

Closes #5408
Refspylint-dev/astroid#1392
Refs pylint-dev/astroid#1392

* Fixed false positive for ``unused-argument`` when a method overridden in a subclass
does nothing with the value of a keyword-only argument.

Closes #5771
Refspylint-dev/astroid#1382
Refs pylint-dev/astroid#1382

* Optimize parsing of long lines when ``missing-final-newline`` is enabled.

Expand Down Expand Up @@ -343,7 +343,7 @@ Other Changes
* Fixed a crash involving a ``NewType`` named with an f-string.

Closes #5770
Refspylint-dev/astroid#1400
Refs pylint-dev/astroid#1400

* Improved ``bad-open-mode`` message when providing ``None`` to the ``mode``
argument of an ``open()`` call.
Expand Down