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

bpo-46730: Add more info to @property AttributeError messages #31311

Merged
merged 12 commits into from
Feb 16, 2022
Prev Previous commit
Next Next commit
📜🤖 Added by blurb_it.
  • Loading branch information
blurb-it[bot] authored Feb 14, 2022
commit 7399805b578e49e533eae1bf63e54798a891344f
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Message of AttributeError caused by getting, setting or deleting a property
without the corresponding function now mentions that the attribute is in fact
a property and also specifies type of the class that it belongs to.