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 pablogsal
Recipients eric.smith, pablogsal
Date 2021-07-16.19:29:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1626463751.13.0.436716325693.issue44655@roundup.psfhosted.org>
In-reply-to
Content
For attribute errors we just call dir() on the object and we do a suggestion based on the names so if a name appears in the dir() then we will consider it for the suggestion.
History
Date User Action Args
2021-07-16 19:29:11pablogsalsetrecipients: + pablogsal, eric.smith
2021-07-16 19:29:11pablogsalsetmessageid: <1626463751.13.0.436716325693.issue44655@roundup.psfhosted.org>
2021-07-16 19:29:11pablogsallinkissue44655 messages
2021-07-16 19:29:11pablogsalcreate