New submission from hongweipeng <hongweichen8...@sina.com>:
`abc.ababstractproperty` was deprecated since version 3.3. https://docs.python.org/3/library/abc.html#abc.abstractproperty I checked the code and found that only `typing.py` is still used. I created a PR and replaced it with the one written in the documentation. ---------- components: Library (Lib) messages: 353348 nosy: hongweipeng priority: normal severity: normal status: open title: cleanup ababstractproperty in typing.py versions: Python 3.9 _______________________________________ Python tracker <rep...@bugs.python.org> <https://bugs.python.org/issue38290> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com