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 Romuald
Recipients Romuald, iritkatriel
Date 2021-08-04.13:12:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1628082725.07.0.35511778642.issue42524@roundup.psfhosted.org>
In-reply-to
Content
I'm not sure I follow.

You wish to "simply" update the doc? (and not update the retval to allow storing it into a varible. I'm OK with that)


But if we choose this, I'm not sure what needs changing in the doctests :-?


Another interrogation: is the use locals() really necessary? I can see that I can simply use `__return__` to access the return object.
Is there a reason to access it via locals() inside pdb?
History
Date User Action Args
2021-08-04 13:12:05Romualdsetrecipients: + Romuald, iritkatriel
2021-08-04 13:12:05Romualdsetmessageid: <1628082725.07.0.35511778642.issue42524@roundup.psfhosted.org>
2021-08-04 13:12:05Romualdlinkissue42524 messages
2021-08-04 13:12:04Romualdcreate