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 Grzegorz Krasoń
Recipients Grzegorz Krasoń
Date 2020-04-18.11:50:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1587210637.54.0.0432450975105.issue40317@roundup.psfhosted.org>
In-reply-to
Content
Based on the attached example:

Expected output:
```
123
    class Number:
        payload = 123

321
    class Number:
        payload = 321
```

Actual output:
```
123
    class Number:
        payload = 123

321
    class Number:
        payload = 123
```

Reproduced using:

* Python 2.7.17
* Python 3.7.7
* Python 3.8.2
History
Date User Action Args
2020-04-18 11:50:37Grzegorz Krasońsetrecipients: + Grzegorz Krasoń
2020-04-18 11:50:37Grzegorz Krasońsetmessageid: <1587210637.54.0.0432450975105.issue40317@roundup.psfhosted.org>
2020-04-18 11:50:37Grzegorz Krasońlinkissue40317 messages
2020-04-18 11:50:37Grzegorz Krasońcreate