Since importing the module emits a DeprecationWarning at runtime since Python 3.4 and the deprecation is properly documented, IMO it's fine to remove it right now: https://docs.python.org/dev/library/formatter.html
I never used this module, I don't know what it is. "Formatter objects transform an abstract flow of formatting events into specific output events on writer objects." Victor Le mar. 24 nov. 2020 à 06:42, Dong-hee Na <[email protected]> a écrit : > > A few days ago, Terry J. Reedy created the issue about the formatter module. > (https://bugs.python.org/issue42299) > > The issue is mainly about testing code but also discussing the removal of the > module. > I noticed that the formatter module was deprecated in 3.4 and it was > originally scheduled to be removed in 3.6. But the removal was delayed until > 2.7 EOL. > > Now 2.7 is EOL and there is no usage in stdlib. > So IMHO, it is good to remove the formatter module in 3.10 > > So before removing it, I would like to hear the concern. > > Regards, > Dong-hee > > > _______________________________________________ > 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/ZEDIBBYCWI34GVOXDEUYXQY3LYXOFHA2/ > Code of Conduct: http://python.org/psf/codeofconduct/ -- Night gathers, and now my watch begins. It shall not end until my death. _______________________________________________ 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/CG7C333BJADUZPNRPZH7FKYJ2VP5ZTK7/ Code of Conduct: http://python.org/psf/codeofconduct/
