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 larry
Recipients eric.smith, larry, levkivskyi
Date 2018-01-22.03:08:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1516590521.02.0.467229070634.issue32513@psf.upfronthosting.co.za>
In-reply-to
Content
Do all the parameters to the decorator take a default value of "None", so that you can differentiate between explicit True, explicit False, and did-not-specify?

Is this the complete list of these dunder-method-generation-control parameters? init repr eq order hash
History
Date User Action Args
2018-01-22 03:08:41larrysetrecipients: + larry, eric.smith, levkivskyi
2018-01-22 03:08:41larrysetmessageid: <1516590521.02.0.467229070634.issue32513@psf.upfronthosting.co.za>
2018-01-22 03:08:40larrylinkissue32513 messages
2018-01-22 03:08:40larrycreate