On Tue., 19 Nov. 2019, 6:46 am , <[email protected]> wrote: > > Thus, my proposal is to change the default value for UDP to False or > deprecate the function and introduce a new one as suggested by Yuri in my > original bug report at: https://bugs.python.org/issue37228
Guido's suggestion on the ticket sounds like a sensible solution to me: * in 3.9, emit DeprecationWarning for cases where the default would currently be "True" * in 3.10, change the default to always be False It would also make sense to update the 3.8 documentation to mention the problematic default and its upcoming deprecation. Cheers, Nick. >
_______________________________________________ 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/O6WHPMK6FPAWJJLG4VDWZHXSLSPPA6X2/ Code of Conduct: http://python.org/psf/codeofconduct/
