This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author serhiy.storchaka
Recipients adelfino, docs@python, gregory.p.smith, rhettinger, serhiy.storchaka
Date 2020-11-29.07:48:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1606636119.57.0.183992928209.issue42496@roundup.psfhosted.org>
In-reply-to
Content
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.
History
Date User Action Args
2020-11-29 07:48:39serhiy.storchakasetrecipients: + serhiy.storchaka, rhettinger, gregory.p.smith, docs@python, adelfino
2020-11-29 07:48:39serhiy.storchakasetmessageid: <1606636119.57.0.183992928209.issue42496@roundup.psfhosted.org>
2020-11-29 07:48:39serhiy.storchakalinkissue42496 messages
2020-11-29 07:48:39serhiy.storchakacreate