Serhiy Storchaka <storchaka+cpyt...@gmail.com> added the comment:

Original PR: https://github.com/python/cpython/pull/23524

I just checked, it has a visual effect for readers. For example:

"""
BUILD_STRING(count)

    Concatenates count strings from the stack and pushes the resulting string 
onto the stack.

    New in version 3.6.

LIST_TO_TUPLE

        Pops a list from the stack and pushes a tuple containing the same 
values.

    New in version 3.9.

LIST_EXTEND(i)

    Calls list.extend(TOS1[-i], TOS). Used to build lists.

    New in version 3.9.
"""

One extra space added large indentation.

----------
nosy: +serhiy.storchaka

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue42496>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to