https://bz.mercurial-scm.org/show_bug.cgi?id=6700
Bug ID: 6700 Summary: tests/dummysmtpd.py uses deprecated asyncore module Product: Mercurial Version: default branch Hardware: PC OS: Linux Status: UNCONFIRMED Severity: feature Priority: wish Component: Mercurial Assignee: bugzi...@mercurial-scm.org Reporter: victor.stin...@gmail.com CC: mercurial-devel@mercurial-scm.org Python Version: --- The Python asyncore module will be removed in Python 3.12: https://peps.python.org/pep-0594/ You should copy asyncore.py to tests/ or maintain this module externally. In Python 3.11, "import asyncore" emits a DeprecationWarning (silent by default): use "python -Wdefault" to show deprecation warnings. -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ Mercurial-devel mailing list Mercurial-devel@mercurial-scm.org https://www.mercurial-scm.org/mailman/listinfo/mercurial-devel