Xqt created this task. Xqt added a project: Pywikibot. Restricted Application added subscribers: pywikibot-bugs-list, Aklapper.
TASK DESCRIPTION `config.textfile_encoding` (default set to 'utf-8') is rarely used. Most textfile encodings is hard-coded with 'utf-8'. With Python 3.15 and PEP 686 <https://peps.python.org/pep-0686/>, explicit global encoding configuration is increasingly unnecessary because UTF-8 becomes de facto standard text encoding. Therefore I propose to: - Deprecate `config.textfile_encoding` - Replace remaining usages with explicit 'utf-8' - Update documentation if needed TASK DETAIL https://phabricator.wikimedia.org/T430454 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/
_______________________________________________ pywikibot-bugs mailing list -- [email protected] To unsubscribe send an email to [email protected]
