This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author asvetlov
Recipients Mariatta, aeros, asvetlov, barry, dankreso, grzgrzgrz3, iritkatriel, jacksonriley, nanjekyejoannah, orsenthil, vstinner, yselivanov
Date 2021-11-11.19:26:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAL3CFcUDEOoNRVb9ain4en9Z6R-ip2xsUFdV738D9x4XFagzXw@mail.gmail.com>
In-reply-to <1636656226.62.0.912533826019.issue28533@roundup.psfhosted.org>
Content
> One concern I have is when users follow internet examples and look out
for these modules or examples.

There is an option: keep removed modules but replace each module content
with 'raise ImportError("Please use <XXX> instead")' stub.
The actual module removal can be postponed for years until most internet
resources reflect this fact.

On Thu, Nov 11, 2021 at 8:43 PM Senthil Kumaran <report@bugs.python.org>
wrote:

>
> Senthil Kumaran <senthil@python.org> added the comment:
>
> +1 to these modules removal.
>
> One concern I have is when users follow internet examples and look out for
> these modules or examples.
>
> What is the best way to show them the modern usage?
>
> - Should Python docs show some example snippet of the most common usage of
> aiosmtpd ?
> - Echo server / client using asyncio.
>
> A stdlib page dedicated to removal, and showing examples using these
> modules, especially aiostmpd as it is not a part of stdlib, might be a good
> idea.
>
> ----------
> nosy: +orsenthil
>
> _______________________________________
> Python tracker <report@bugs.python.org>
> <https://bugs.python.org/issue28533>
> _______________________________________
>
History
Date User Action Args
2021-11-11 19:26:04asvetlovsetrecipients: + asvetlov, barry, orsenthil, vstinner, yselivanov, grzgrzgrz3, Mariatta, nanjekyejoannah, aeros, jacksonriley, dankreso, iritkatriel
2021-11-11 19:26:04asvetlovlinkissue28533 messages
2021-11-11 19:26:04asvetlovcreate