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 hongweipeng
Recipients hongweipeng
Date 2019-09-27.07:13:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1569568400.14.0.28730214811.issue38290@roundup.psfhosted.org>
In-reply-to
Content
`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.
History
Date User Action Args
2019-09-27 07:13:20hongweipengsetrecipients: + hongweipeng
2019-09-27 07:13:20hongweipengsetmessageid: <1569568400.14.0.28730214811.issue38290@roundup.psfhosted.org>
2019-09-27 07:13:20hongweipenglinkissue38290 messages
2019-09-27 07:13:19hongweipengcreate