On 23/10/23 1:36 am, Juancarlo Añez wrote:
The *re* module is a black swan, because most of stdlib raises exceptions on invalid arguments or not being able to deliver.
Most of the time, failure to match an re is not a programming error. Often it's perfectly normal. Sometimes it's the result of invalid user input, but that's the fault of the user, not the programmer. -- Greg _______________________________________________ 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/4JNKSUTZ6ZDVHERYCNO35J2UDS5UO4CD/ Code of Conduct: http://python.org/psf/codeofconduct/
