Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix #8103: autodoc: cached_property is not considered as a property #8111

Merged
merged 2 commits into from Sep 15, 2020

Conversation

tk0miya
Copy link
Member

@tk0miya tk0miya commented Aug 13, 2020

Feature or Bugfix

  • Bugfix

Purpose

…property

sphinx.util.inspect:isproperty() does not considers that
cached_property decorator that has been added since Python 3.8 is
a kind of properties.  This fixes it.
@tk0miya tk0miya merged commit 000210e into sphinx-doc:3.x Sep 15, 2020
@tk0miya tk0miya deleted the 8103_cached_property branch September 15, 2020 15:58
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jul 24, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants