Inada Naoki <songofaca...@gmail.com> added the comment:

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.

----------
keywords:  -patch

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue41165>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to