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 andrei.avk
Recipients andrei.avk, docs@python, martin.panter, r.david.murray, walker.hale.iv
Date 2021-12-06.21:57:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1638827869.43.0.0882162560546.issue28516@roundup.psfhosted.org>
In-reply-to
Content
It's a bit more readable to start by stating what a function does rather than what it doesn't do. I also wouldn't worry about possible future minor optimizations that might be added, because if that happens, a simple ".. aside from internal optimizations, ... " would suffice.

Something like this should work:

The __enter__ method returns the ExitStack instance, and performs no additional operations.

 OR

 ... and does not perform any additional operations.
History
Date User Action Args
2021-12-06 21:57:49andrei.avksetrecipients: + andrei.avk, r.david.murray, docs@python, martin.panter, walker.hale.iv
2021-12-06 21:57:49andrei.avksetmessageid: <1638827869.43.0.0882162560546.issue28516@roundup.psfhosted.org>
2021-12-06 21:57:49andrei.avklinkissue28516 messages
2021-12-06 21:57:49andrei.avkcreate