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 serhiy.storchaka
Recipients larry, martin.panter, mdk, rhettinger, serhiy.storchaka, vstinner
Date 2016-11-28.17:23:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1480353802.39.0.0502299082993.issue28754@psf.upfronthosting.co.za>
In-reply-to
Content
> Sorry, I didn't follow the discussion, but why not using "/" magic separator in Argument Clinic to mark arguments as optional but don't document their default value?

'/' marks positional-only arguments, not optional arguments.
History
Date User Action Args
2016-11-28 17:23:22serhiy.storchakasetrecipients: + serhiy.storchaka, rhettinger, vstinner, larry, martin.panter, mdk
2016-11-28 17:23:22serhiy.storchakasetmessageid: <1480353802.39.0.0502299082993.issue28754@psf.upfronthosting.co.za>
2016-11-28 17:23:22serhiy.storchakalinkissue28754 messages
2016-11-28 17:23:22serhiy.storchakacreate