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 sobolevn
Recipients docs@python, sobolevn
Date 2022-01-21.16:50:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1642783839.05.0.242453001499.issue46460@roundup.psfhosted.org>
In-reply-to
Content
Right now it has two sections:

```
.. versionchanged:: 3.11
       The ``__exit__`` function is in position 8 of the stack rather than 7.

```

And

```
.. versionchanged:: 3.11
       The ``__exit__`` function is in position 4 of the stack rather than 7.
       Exception representation on the stack now consist of one, not three, items.
```

Furthermore, they seem to contradict each other.
I think that we should only keep the last one.

I will send a PR for it.
History
Date User Action Args
2022-01-21 16:50:39sobolevnsetrecipients: + sobolevn, docs@python
2022-01-21 16:50:39sobolevnsetmessageid: <1642783839.05.0.242453001499.issue46460@roundup.psfhosted.org>
2022-01-21 16:50:39sobolevnlinkissue46460 messages
2022-01-21 16:50:38sobolevncreate