Excuse me, I wrote this answer from the web interface. Florent
Le lun. 9 août 2021 à 16:16, Chris Angelico <[email protected]> a écrit : > > On Tue, Aug 10, 2021 at 12:08 AM <[email protected]> wrote: > > > > Two possibilities: > > > > 1) the perfectly backward compatible, retrun False > > 2) the more pythonic, return the empty value of the object (i.e. "" for str) > > Please quote the person you're responding to, for context. Were you > replying to Serhiy? > > ChrisA > _______________________________________________ > Python-ideas mailing list -- [email protected] > To unsubscribe send an email to [email protected] > https://mail.python.org/mailman3/lists/python-ideas.python.org/ > Message archived at > https://mail.python.org/archives/list/[email protected]/message/KBMB4E4Z4BER7ZFV6IHJ3JECUNKUDOBD/ > Code of Conduct: http://python.org/psf/codeofconduct/ -- FLOSS Engineer & Lawyer _______________________________________________ Python-ideas mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3/lists/python-ideas.python.org/ Message archived at https://mail.python.org/archives/list/[email protected]/message/PHDBCNSHSUEZEWM7AIESMENSP5OWCEGK/ Code of Conduct: http://python.org/psf/codeofconduct/
