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.

URL PR 25863
Status merged
Title bpo-44024: Improve the TypeError message for non-string second arguments passed to the built-in functions getattr and hasattr
History
Date User Action Args
2022-01-18 20:46:28maggyerosetstatus: open -> merged
2021-05-04 21:11:00maggyerosettitle: bpo-44024: Improve the error message for non-string second arguments passed to the built-in functions getattr and hasattr -> bpo-44024: Improve the TypeError message for non-string second arguments passed to the built-in functions getattr and hasattr
2021-05-04 20:43:06maggyerosettitle: bpo-44024: Use the common TypeError message for non-string second arguments passed to the built-in functions getattr and hasattr -> bpo-44024: Improve the error message for non-string second arguments passed to the built-in functions getattr and hasattr
2021-05-04 19:55:18maggyerosettitle: bpo-44024: Use common TypeError message for built-in functions getattr and hasattr -> bpo-44024: Use the common TypeError message for non-string second arguments passed to the built-in functions getattr and hasattr
2021-05-03 22:51:06maggyerolinkissue44024 pull_requests
2021-05-03 22:51:06maggyerocreate