cpython/.github
Victor Stinner 9bf2cbc4c4
bpo-28533: Remove asyncore, asynchat, smtpd modules (GH-29521)
Remove the asyncore and asynchat modules, deprecated in Python
3.6: use the asyncio module instead.

Remove the smtpd module, deprecated in Python 3.6: the aiosmtpd
module can be used instead, it is based on asyncio.

* Remove asyncore, asynchat and smtpd documentation
* Remove test_asyncore, test_asynchat and test_smtpd
* Rename Lib/asynchat.py to Lib/test/support/_asynchat.py
* Rename Lib/asyncore.py to Lib/test/support/_asyncore.py
* Rename Lib/smtpd.py to Lib/test/support/_smtpd.py
* Remove DeprecationWarning from private _asyncore, _asynchat and
  _smtpd modules
* _smtpd: remove deprecated properties
2021-11-16 00:29:17 +01:00
..
problem-matchers bpo-44854: Remove trailing whitespaces (GH-27689) 2021-08-09 21:32:54 +03:00
workflows bpo-45548: Fix out-of-tree and Debian builds (GH-29263) 2021-10-28 11:57:38 +02:00
CODEOWNERS bpo-28533: Remove asyncore, asynchat, smtpd modules (GH-29521) 2021-11-16 00:29:17 +01:00
CONTRIBUTING.rst Update CI files to account for the master -> main rename (GH-25860) 2021-05-03 23:36:55 +01:00
dependabot.yml Fix dependabot.yml file (GH-24443) 2021-02-04 11:22:34 -08:00
FUNDING.yml Add GitHub sponsor info for Python (GH-22887) 2020-10-23 08:23:58 -07:00
PULL_REQUEST_TEMPLATE.md Update CI files to account for the master -> main rename (GH-25860) 2021-05-03 23:36:55 +01:00
SECURITY.md bpo-44854: Remove trailing whitespaces (GH-27689) 2021-08-09 21:32:54 +03:00