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 Naitree Zhu
Recipients Naitree Zhu, berker.peksag, ezio.melotti, michael.foord, rbcollins, serhiy.storchaka, steven.daprano, zach.ware
Date 2018-09-15.01:42:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1536975744.3.0.956365154283.issue34596@psf.upfronthosting.co.za>
In-reply-to
Content
Hi guys, what's our consensus on this?

- raise an exception as a fix? or
- fallback to default `reason` as a new feature?

If we choose to explicitly make `reason` optional (I mean by documenting it as such), shouldn't we also change `@skipIf` and `@skipUnless` to keep consistency?
History
Date User Action Args
2018-09-15 01:42:24Naitree Zhusetrecipients: + Naitree Zhu, rbcollins, ezio.melotti, steven.daprano, michael.foord, berker.peksag, zach.ware, serhiy.storchaka
2018-09-15 01:42:24Naitree Zhusetmessageid: <1536975744.3.0.956365154283.issue34596@psf.upfronthosting.co.za>
2018-09-15 01:42:24Naitree Zhulinkissue34596 messages
2018-09-15 01:42:23Naitree Zhucreate