homepage

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 methane
Recipients christian.heimes, methane, xtreak
Date 2020年07月02日.08:55:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1593680133.98.0.223236931015.issue41165@roundup.psfhosted.org>
In-reply-to
Content
I found most of deprecated items in my first comment are aliving by difficult reasons.
I grepped top 4000 packages and found some candidates to deprecate.
## turtle
* settiltangle is not used anywhere.
* tiltangle is also deprecated by docstring, but not in the document.
* Both methods don't emit DeprecationWarning.
TODO(easy): Update the document and emit DeprecationWarning
## email.errors
MalformedHeaderDefect is not used anywhere in top4000 packages.
But it is simple alias, and DeprecationWarning is not emit.
TODO(easy): Emit DeprecationWarning using module __getattr__.
## importlib
abc.SourceLoader.path_mtime is not used anywhere.
TODO: Remove path_mtime from the ABC and raise DeprecationWarning if path_mtime is defined in subclass in path_stats.
---
importlib should be checked by experts. I keep TODO(easy) for new contributors.
History
Date User Action Args
2020年07月02日 08:55:34methanesetrecipients: + methane, christian.heimes, xtreak
2020年07月02日 08:55:33methanesetmessageid: <1593680133.98.0.223236931015.issue41165@roundup.psfhosted.org>
2020年07月02日 08:55:33methanelinkissue41165 messages
2020年07月02日 08:55:33methanecreate

AltStyle によって変換されたページ (->オリジナル) /