On 3/27/2022 10:51 AM, Jelle Zijlstra wrote:
El sáb, 26 mar 2022 a las 17:51, Itay Yeshaya (<[email protected]>) escribió:Any thoughts on the mentioned solutions?This is a bit more out there, but can anyone explain why we show the docstring at all? As far as I can tell it causes a bunch of confusion and helps little. If there's a failing test, I want the test name so I can quickly find it in the code; I don't want the docstring which may not even be unique.
I think this is a good idea. The target audience for a docstring isn't the people trying to track down failing tests.
Eric
_______________________________________________ Python-Dev mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3/lists/python-dev.python.org/ Message archived at https://mail.python.org/archives/list/[email protected]/message/BTF4LZWVTHNHBJVNHXNWSPB2WS4324TO/ Code of Conduct: http://python.org/psf/codeofconduct/
