[New-bugs-announce] [issue38290] cleanup ababstractproperty in typing.py

hongweipeng report at bugs.python.org
Fri Sep 27 03:13:20 EDT 2019


New submission from hongweipeng <hongweichen8888 at 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 <report at bugs.python.org>
<https://bugs.python.org/issue38290>
_______________________________________


More information about the New-bugs-announce mailing list