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 Joel Croteau
Recipients Joel Croteau, eric.snow, giampaolo.rodola, pablogsal, pitrou, tim.peters
Date 2019-04-19.21:07:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1555708067.29.0.228273823297.issue36666@roundup.psfhosted.org>
In-reply-to
Content
Yes, I know there are workarounds for it, I have seen many, and everyone seems to have their own version. I'm saying we shouldn't need workarounds though–this should be built in functionality. Ideally, dropping an exception should never be default behavior, but I understand not wanting to break existing code, that's why I'm saying add additional functionality to make these checks easier and not require hacky, un-pythonic wrappers and other methods to find out if your code actually worked.
History
Date User Action Args
2019-04-19 21:07:47Joel Croteausetrecipients: + Joel Croteau, tim.peters, pitrou, giampaolo.rodola, eric.snow, pablogsal
2019-04-19 21:07:47Joel Croteausetmessageid: <1555708067.29.0.228273823297.issue36666@roundup.psfhosted.org>
2019-04-19 21:07:47Joel Croteaulinkissue36666 messages
2019-04-19 21:07:47Joel Croteaucreate